actionjson icon indicating copy to clipboard operation
actionjson copied to clipboard

A faster, more advanced ActionScript 3 JSON library

Results 2 actionjson issues
Sort by recently updated
recently updated
newest added

Opening the swc I expected the 4 api, JsonDecoder, JsonEncoder, sonDecoderAsync, JsonEncoderAsync, but only found the Async pair. was this on purpose?

You permit NaN, Infinity and -Infinity to pass through while all other libraries (and I do mean all) filter these values to null. Also, you parse -Infinity but throw an...