Skip to content

mgholam/fastJSON

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 1, 2021 10:30
April 4, 2021 15:43
November 12, 2020 18:53
April 4, 2021 15:43
November 12, 2020 18:53
February 15, 2017 17:42
March 27, 2021 10:40
September 28, 2020 17:32
August 4, 2012 09:08
April 4, 2021 15:43
April 26, 2020 11:12
December 28, 2020 20:12
April 4, 2021 15:43

fastJSON

Smallest, fastest polymorphic JSON serializer

see the article here : [http://www.codeproject.com/Articles/159450/fastJSON] (http://www.codeproject.com/Articles/159450/fastJSON)

Also see Howto.md

Security Warning

It has come to my attention from the HP Enterprise Security Group that using the $type extension has the potential to be unsafe, so use it with common sense and known json sources and not public facing ones to be safe.

Security Warning Update

I have added JSONParameters.BadListTypeChecking which defaults to true to check for known $type attack vectors from the paper published from HP Enterprise Security Group, when enabled it will throw an exception and stop processing the json.