Maven module :un.storage : binding-json :
Class : un.storage.binding.json.JSONElement
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : TYPE_ARRAY_BEGIN, TYPE_ARRAY_END, TYPE_OBJECT_BEGIN, TYPE_OBJECT_END, TYPE_NAME, TYPE_VALUE
Functions : JSONElement, getType, getValue, toChars


public int TYPE_ARRAY_BEGIN

public int TYPE_ARRAY_END

public int TYPE_OBJECT_BEGIN

public int TYPE_OBJECT_END

public int TYPE_NAME

public int TYPE_VALUE


public void JSONElement (int type, Object value)

public int getType ()


Values can be :
public Object getValue ()

public Chars toChars ()