index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
json.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transparently coerce int to float in JsonNode.getFNum
Yuriy Glukhov
2015-09-17
1
-3
/
+6
*
test case for #2367
Roger Shi
2015-09-10
1
-0
/
+11
*
fix #2367
Roger Shi
2015-09-09
1
-1
/
+1
*
Don't crash on `nil` in get* procs in the JSON module.
Dominik Picheta
2015-08-06
1
-12
/
+12
*
lib/pure/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-15
/
+17
*
Clean up JSON tests
Flaviu Tamas
2015-05-25
1
-25
/
+4
*
Fixes problems introduced by #2738. Closes 2755.
Dominik Picheta
2015-05-18
1
-4
/
+6
*
Merge pull request #2747 from def-/json-inline
Dominik Picheta
2015-05-17
1
-3
/
+3
|
\
|
*
Make a few json procs inline, improves performance significantly
def
2015-05-17
1
-10
/
+10
*
|
Removes superfluous toUgly, documents toUgly better.
Dominik Picheta
2015-05-17
1
-6
/
+4
*
|
Fixed indentation (2 spaces) part 2
onionhammer
2015-05-16
1
-1
/
+1
*
|
Fixed indentation (2 spaces)
onionhammer
2015-05-16
1
-21
/
+21
*
|
Added comment noting improved performance of non-pretty string conversion
onionhammer
2015-05-16
1
-1
/
+2
*
|
Fixed typo
onionhammer
2015-05-16
1
-1
/
+1
*
|
Improved performance of "$" on jsonnode
Erik O'Leary
2015-05-15
1
-9
/
+49
|
/
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-19
/
+23
*
Allow {} to return nested results in json & standardise on 'key' not 'name'
Max Grender-Jones
2015-04-18
1
-16
/
+27
*
Added accessor procs with default params for JsonNodes.
Dominik Picheta
2015-04-05
1
-0
/
+43
*
Rename PNimrodNode to NimNode
def
2015-03-17
1
-104
/
+104
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Merge pull request #1869 from def-/json-stuff
Andreas Rumpf
2015-02-07
1
-2
/
+75
|
\
|
*
Fix documentation and toJson signature
def
2015-02-04
1
-2
/
+2
|
*
Remove debugging echos again
def
2015-01-05
1
-2
/
+0
|
*
Add operator `%*` to JSON
def
2015-01-05
1
-1
/
+76
|
*
indent = 0 looks better for `$`(node: JsonNode)
def
2015-01-05
1
-1
/
+1
*
|
Add mitems and mpairs where it makes sense
def
2015-01-28
1
-0
/
+14
*
|
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
|
/
*
docgen should work again
Araq
2014-10-05
1
-29
/
+29
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
more modules updated
Araq
2014-08-28
1
-58
/
+58
*
big rename
Araq
2014-08-27
1
-28
/
+34
*
renamefest
Araq
2014-08-23
1
-3
/
+3
*
Merge pull request #1289 from fowlmouth/patch-5
Varriount
2014-07-24
1
-2
/
+6
|
\
|
*
json.== handles nil now
Billingsly Wetherfordshire
2014-06-19
1
-2
/
+6
*
|
Remove varargs from json.`{}`
Dominik Picheta
2014-06-22
1
-6
/
+4
|
/
*
fix json.`[]`
Billingsly Wetherfordshire
2014-06-17
1
-1
/
+1
*
Update json.nim
Varriount
2014-06-14
1
-1
/
+1
*
Capitalised enum value names in JSON module.
Dominik Picheta
2014-06-05
1
-7
/
+7
*
Merge pull request #1174 from fowlmouth/patch-2
Andreas Rumpf
2014-06-05
1
-0
/
+38
|
\
|
*
added json.hash
Billingsly Wetherfordshire
2014-06-02
1
-0
/
+19
|
*
added `==` for PJsonNode
Billingsly Wetherfordshire
2014-05-03
1
-0
/
+19
*
|
Merge pull request #1089 from flaviut/jsonchange
Andreas Rumpf
2014-05-31
1
-2
/
+47
|
\
\
|
|
/
|
/
|
|
*
replace nil checks with assert
flaviut
2014-05-31
1
-15
/
+7
|
*
Switch chaining to the `{}` and `{}=` operators
flaviut
2014-05-26
1
-21
/
+35
|
*
JSON index accesses are bounds checked
flaviut
2014-04-13
1
-8
/
+27
|
*
Fix subtle mistake in docs and formatting
flaviut
2014-04-13
1
-4
/
+5
|
*
Add tests for the nil passthrough
flaviut
2014-04-13
1
-0
/
+8
|
*
Add a couple words to docs
flaviut
2014-04-13
1
-1
/
+1
|
*
Allow for nil chaining in JSON
flaviut
2014-04-13
1
-5
/
+16
[next]