Maven module :un.storage : binding-json :
Class : un.storage.binding.json.JSONConstants
Extends/Implements : -
Subclasses : -

Store various JSON constants.
http://tools.ietf.org/html/rfc4627
author  Johann Sorel


Variables : ARRAY_BEGIN, ARRAY_END, OBJECT_BEGIN, OBJECT_END, NAME_SEPARATOR, VALUE_SEPARATOR, NULL, TRUE, FALSE
Functions : -


public char ARRAY_BEGIN

public char ARRAY_END

public char OBJECT_BEGIN

public char OBJECT_END

public char NAME_SEPARATOR

public char VALUE_SEPARATOR

public Chars NULL

public Chars TRUE

public Chars FALSE