Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MJPA/SimpleJSON.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06Allow a JSONValue to be created from an intHEADmasterMike Anchor
2016-02-07Merge pull request #32 from EvilPudding/masterMike Anchor
2016-02-07Merge pull request #30 from fokede/masterMike Anchor
2015-12-11Optimization.EvilPudding
2015-10-25MinGW compatibility fixfokede
2015-08-22Merge pull request #27 from Robien/masterMike Anchor
2015-08-17remove execution right in .h fileRomain Guyard
2015-08-17remove warning in constructorsRomain Guyard
2015-06-30Wrong filename in comment...Mike Anchor
2015-06-30Adding copy constructor for deep copying of array/object values. This closes #24Mike Anchor
2015-06-30Whitespace cleanup.Mike Anchor
2015-06-30Updated gitignore.Mike Anchor
2015-06-29Fixing cppcheck error. This closes #26Mike Anchor
2015-03-08Fixing size of text areas in Windows.Mike Anchor
2015-03-08Added a method to return the keys present in an object.Mike Anchor
2015-03-08Updated README to mention JSONArray / JSONObject.Mike Anchor
2015-03-08Merge pull request #18 from rudifa/prettyprint_optMike Anchor
2015-03-07Merge pull request #19 from rudifa/masterMike Anchor
2014-08-24Fixing Issue #20 - Invalid Stringify for characters above ASCII 126.Mike Anchor
2013-11-06moved group `src`to the pbxproj root and removed the superfluous group xcode5Rudi Farkas
2013-11-03Added the Prettyprint extension:Rudi Farkas
2013-11-03Merge pull request #16 from rudifa/add_xcode5_projectMike Anchor
2013-11-03added xcode5 project - builds and runsRudi Farkas
2013-09-26Update README.mdMike Anchor
2013-09-26Update README.mdMike Anchor
2013-09-26Rename README to README.mdMike Anchor
2013-09-21Merge pull request #13 from klokik/androidMike Anchor
2013-09-21Fixes for androidklokik
2012-05-26Some more whitespace removal.Mike Anchor
2012-05-26Some more whitespace removal.Mike Anchor
2012-05-26Code whitespace clean up.Mike Anchor
2012-05-26Merge pull request #10 from cloderic/masterMike Anchor
2012-05-26Extra precision in Stringify() for decimal numbers.Mike Anchor
2012-05-24Adding methods to directly retrieve from a JSONValue its childrenClodéric Mars
2012-02-14Compile fix for LionMike Anchor
2011-08-05Massive performance increase for Mac builds - refactored wcsncasecmp()Mike
2011-08-05Changed wcslen() to simplejson_wcsnlen() to increase performance on large JSO...Mike
2011-05-03Merge pull request #4 from quaker66/master.Mike
2011-05-02MinGW fix.q66
2011-04-21Removed unnecessary str_length code - thanks to tthmokMike
2011-04-20MinGW / cygwin compile fix.q66
2011-03-19Change caption for JSONDemo windowMike
2011-03-19Fix compile error in WindowsMike
2011-03-11Return values that are objects by const reference.Scott Banachowski
2011-03-11Mark functions as const where appropriate, and change pass-by-value to pass-b...Scott Banachowski
2011-02-17Fix the number parsing on decimals less than 0.1 - thanks to Javier AbadiaMike
2011-02-17Added ParseDecimal()Mike
2011-02-17Added ParseDecimal() and a doc fix on ParseInt()Mike
2011-02-17Added another test case for a precise decimal numberMike
2011-02-15Makefile fix to create obj directories when compiling freshMike