com.rayrobdod.json
Contains the various built-in builders.
Pretty much every parser will require a Builder when parsing data. The builder will basically determine how the parser will treat complex data types.
A builder that builds a JavaBean
A builder that builds a Case Class
A builder that creates maps
A builder that creates seqs
Contains the various built-in builders.
Pretty much every parser will require a Builder when parsing data. The builder will basically determine how the parser will treat complex data types.