summary refs log tree commit diff stats
path: root/lib/pure/json.nim
Commit message (Expand)AuthorAgeFilesLines
* '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
d='n310' href='#n310'>310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360