Package-level declarations

Types

Link copied to clipboard

Example visitor: validates that all JSONArrays in the JSONObject are type-uniform.

Link copied to clipboard

Example visitor: collects all values of every JSONProperty with the specific key.

Link copied to clipboard
interface IAcceptVisitors

Generic interface for any objects that accept JSON visitors.

Link copied to clipboard
interface JSONVisitor

Generic JSONObject visitor.