Description
Generic JSON serialization / deserialization.
Description
A generic JSON serializer that converts fields to snake_case
and optionally strips the constructor name from fields, so that the generated JSON is compatible with most web services.
Have a look at https://github.com/sol/json-fu#readme for examples.