Closed
Description
By default in ObjectMapper, the Separator character used to navigate to sub-objects is ".", and the user is required to disable nesting if their object contains keys with a ".".
Potentially abstract the Separator character to a variable, so the user can change it to "|" or something less likely in their use case.