My last JSON parser? Out!
I've just uploaded my last JSON object in devpro, merging last tips & tricks to make JSON encoding and decoding faster and a bit safer.
These are my JSON object features:
For example, if You reload this object each interaction during a server response You'll be more secure during Array or Object convertion using code evaluation but please read Ajax security problems to know more.
You can find this object here while You can read documentation page (thanks to Natural Doc) using this link.
These are my JSON object features:
- fast, it encodes very quickly every JSON compatible JavaScript variable
- library unobtrusive, its methods can be used both directly or prototyped
- safe, it ignores constructor cracked variables and uses a "secure" evaluation
For example, if You reload this object each interaction during a server response You'll be more secure during Array or Object convertion using code evaluation but please read Ajax security problems to know more.
You can find this object here while You can read documentation page (thanks to Natural Doc) using this link.
Comments
Post a Comment