Package net.sourceforge.javajson.converter

Json conversion utilities.

See:
          Description

Class Summary
Converter Converts java objects to json based on bean-style fields and classes/interfaces (to filter)
Mapper Maps objects to a json object TODO: addMapper as: String field, String alias to map to an existing mapper TODO: addMapper to map a field to objAtField.fieldName and maybe rename the field too
Reflection A set of utility functions for reflection related things used in this json package
Utils  
 

Package net.sourceforge.javajson.converter Description

Json conversion utilities. Simplifies the conversion of java objects to json by using reflection.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: