Class GroovyJSONObject

    • Constructor Detail

      • GroovyJSONObject

        public GroovyJSONObject()
      • GroovyJSONObject

        public GroovyJSONObject​(Map<?,​?> p_json)
    • Method Detail

      • writeJSON

        public <T extends Appendable> T writeJSON​(T p_appendable)
                                           throws IOException
        Specified by:
        writeJSON in interface de.uplanet.json.IJSONAppendableAware
        Throws:
        IOException
      • toJSON

        public String toJSON()
        Specified by:
        toJSON in interface de.uplanet.json.IJSONAware