When using the converted json and parsing into a java or javascript (or other) object model, characters like - (dash) and _ (underscore) cause the user to use the object['property-name'] type of syntax instead of object.propertyName
Please add an option to remove those characters and simply use camel case for json properties.
When using the converted json and parsing into a java or javascript (or other) object model, characters like - (dash) and _ (underscore) cause the user to use the
object['property-name']type of syntax instead ofobject.propertyNamePlease add an option to remove those characters and simply use camel case for json properties.