JSONTokenizer.chain

The iopipe source. Use this to parse the data returned. Do not call chain.release directly, use the release method instead to make sure the internal state is maintained.

struct JSONTokenizer(Chain, bool replaceEscapes)
Chain chain;

Meta