Package org.json.simple


package org.json.simple
  • Class
    Description
    |a:b:c| => |a|,|b|,|c| |:| => ||,|| |a:| => |a|,||
    A JSON array.
    Beans that support customized output of JSON text shall implement this interface.
    A JSON object.
    Beans that support customized output of JSON text to a writer shall implement this interface.