proto native JsonApi GetJsonApi()
proto native void DestroyJsonApi()
proto native JsonApi CreateJsonApi()
proto native int Size()
Length of JSON.
proto native void Invalidate()
Invalidate handle and schedule removal.
proto native owned string AsString()
Return as string.
proto native int BufferCount()
Actual number of total buffers active + free.
proto native void SetBuffers(int iBufferCount)
Override number of concurrent buffers used (depending project requirements, DEFAULT = 16,...
proto native void DebugList()
List of all currently active handles.
proto native int BufferMax()
Maximum number of buffers used at once!