B D F U 

B

be.adaxisoft.flat - package be.adaxisoft.flat
 

D

DEFAULT_DELIMITER - Static variable in class be.adaxisoft.flat.Flat
The default delimiter is used by methods that do not specify a delimiter.

F

Flat - Class in be.adaxisoft.flat
This library flattens JSON files.

Before:
flatten(JSONObject) - Static method in class be.adaxisoft.flat.Flat
This method flattens the given JSON object.
flatten(String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the string representation of the JSON object.
flatten(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the given JSON object.
flatten(String, String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the string representation of the JSON object.
flattenToJSONObject(String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the string representation of the JSON object.
flattenToJSONObject(JSONObject) - Static method in class be.adaxisoft.flat.Flat
This method flattens the given JSON object.
flattenToJSONObject(String, String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the string representation of the JSON object.
flattenToJSONObject(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
This method flattens the string representation of the JSON object.

U

unflatten(String) - Static method in class be.adaxisoft.flat.Flat
This method takes the string representation of a flattened JSON object and returns it to the conventional format.
unflatten(JSONObject) - Static method in class be.adaxisoft.flat.Flat
This method takes a flattened JSON object and returns it to the conventional format.
unflatten(String, String) - Static method in class be.adaxisoft.flat.Flat
This method takes the string representation of a flattened JSON object and returns it to the conventional format.
unflatten(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
This method takes a flattened JSON object and returns it to the conventional format.
unflattenToJSONObject(String) - Static method in class be.adaxisoft.flat.Flat
This method takes the string representation of a flattened JSON object and returns it to the conventional format.
unflattenToJSONObject(JSONObject) - Static method in class be.adaxisoft.flat.Flat
This method takes a flattened JSON object and returns it to the conventional format.
unflattenToJSONObject(String, String) - Static method in class be.adaxisoft.flat.Flat
This method takes the string representation of a flattened JSON object and returns it to the conventional format.
unflattenToJSONObject(JSONObject, String) - Static method in class be.adaxisoft.flat.Flat
This method takes a flattened JSON object and returns it to the conventional format.
B D F U 

Copyright © 2016. All rights reserved.