open-force / jsonparse

Apex JSON parser to make it easier to extract information from nested JSON structures
MIT License
137 stars 30 forks source link

FieldNames with a . <dot> #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

This will fail to decode. Suggest to use ; as fieldseperator or make it adjustable.

BTW: Great class.

Kind regards.

grekker commented 3 years ago

Thanks for the suggestion. You can of course change the separator character on line 77, but I'm happy to make it a little more explicit and usable at runtime.