summary refs log tree commit diff stats
path: root/lib/pure/json.nim
Commit message (Expand)AuthorAgeFilesLines
* Nimrod renamed to NimAraq2014-08-281-2/+2
* more modules updatedAraq2014-08-281-58/+58
* big renameAraq2014-08-271-28/+34
* renamefestAraq2014-08-231-3/+3
* Merge pull request #1289 from fowlmouth/patch-5Varriount2014-07-241-2/+6
|\
| * json.== handles nil nowBillingsly Wetherfordshire2014-06-191-2/+6
* | Remove varargs from json.`{}`Dominik Picheta2014-06-221-6/+4
|/
* fix json.`[]`Billingsly Wetherfordshire2014-06-171-1/+1
* Update json.nimVarriount2014-06-141-1/+1
* Capitalised enum value names in JSON module.Dominik Picheta2014-06-051-7/+7
* Merge pull request #1174 from fowlmouth/patch-2Andreas Rumpf2014-06-051-0/+38
|\
| * added json.hashBillingsly Wetherfordshire2014-06-021-0/+19
| * added `==` for PJsonNodeBillingsly Wetherfordshire2014-05-031-0/+19
* | Merge pull request #1089 from flaviut/jsonchangeAndreas Rumpf2014-05-311-2/+47
|\ \ | |/ |/|
| * replace nil checks with assertflaviut2014-05-311-15/+7
| * Switch chaining to the `{}` and `{}=` operatorsflaviut2014-05-261-21/+35
| * JSON index accesses are bounds checkedflaviut2014-04-131-8/+27
| * Fix subtle mistake in docs and formattingflaviut2014-04-131-4/+5
| * Add tests for the nil passthroughflaviut2014-04-131-0/+8
| * Add a couple words to docsflaviut2014-04-131-1/+1
| * Allow for nil chaining in JSONflaviut2014-04-131-5/+16
* | JS: Fixes math and streams module and implements json.Dominik Picheta2014-04-111-20/+91
|/
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-10/+10
* case consistency: next stepsAraq2013-12-291-6/+6
* case consistency part 4Araq2013-12-271-20/+20
* rename json.existsKey to hasKey, deprecates existsKeyBillingsly Wetherfordshire2013-05-271-1/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+1
* fixes a performance regression for json handlingAraq2013-01-151-1/+8
* Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
* Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-4/+43
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-4/+7
* Merge branch 'master' of github.com:Araq/Nimroddom962011-05-141-1/+2
|\
| * newStringOfCap implemented and used to optimize some procsAraq2011-05-081-1/+2
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-141-0/+29
|/
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-1/+1
* ugh, maybe broke gitAraq2011-04-011-1/+13
* Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
* JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
* Corrected pretty() in json module, and added another file with json test data.dom962011-01-281-16/+25
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* json module changesAraq2011-01-151-169/+670
* Added a higher level json module.dom962011-01-111-454/+254
* bugfix: init of tempsAraq2010-08-241-0/+2
* accurate file/line informationAndreas Rumpf2010-08-141-0/+482