Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
//------------------------------------------------------------
//adobe.serialization.json.JSONDecoder
package adobe.serialization.json{
public class JSONDecoder {
private var strict:Boolean;
private var value;
private var tokenizer:JSONTokenizer;
private var token:JSONToken;