Java org.json XML fields, constructors, methods, implement or subclass

Example usage for Java org.json XML fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.json XML.

The text is from its open source code.

Method

JSONObjecttoJSONObject(String string)
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
StringtoString(Object object, String tagName)
Convert a JSONObject into a well-formed, element-normal XML string.
StringtoString(Object object)
Convert a JSONObject into a well-formed, element-normal XML string.