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
*
[backport] run nimpretty on parsers
narimiran
2019-09-30
1
-23
/
+28
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
json: removed deprecatedGet pragma
Araq
2019-09-21
1
-10
/
+1
*
fixes #12152 (#12165)
Andreas Rumpf
2019-09-11
1
-0
/
+25
*
fixes #12015 by also checking kind of `typeNode` (#12016)
Vindaar
2019-08-27
1
-4
/
+13
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
Added 'keys' iterator to JsonNode (#11597) [feature]
Liam Sc
2019-07-03
1
-0
/
+6
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-8
/
+8
*
fixes #11057 (#11345)
Andreas Rumpf
2019-05-28
1
-2
/
+1
*
make json.to work with the more restricted case objects
Araq
2019-05-27
1
-14
/
+11
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-42
/
+15
*
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
Miran
2019-05-21
1
-4
/
+4
*
json: add '\v' support, fixes #10541 (#10987)
Miran
2019-04-10
1
-0
/
+1
*
json.nim: tiny refactoring
Araq
2019-04-01
1
-4
/
+1
*
fixes json.nim regression
Andreas Rumpf
2019-03-29
1
-12
/
+5
*
simplify json.% for tuples and objects
narimiran
2019-03-11
1
-13
/
+7
*
Tighten the conversion from tyRange to scalar types (#10495)
LemonBoy
2019-02-23
1
-10
/
+48
*
Implement `json.%` for tables and options
Oscar Nihlgård
2019-02-13
1
-1
/
+11
*
fixup #10466 to use runnableExamples (#10510)
Timothee Cour
2019-01-31
1
-17
/
+14
*
Example for json.pretty (#10466)
Mandeep Singh
2019-01-30
1
-3
/
+22
*
Add logic to deserialize tyRange fields from json (#10469)
LemonBoy
2019-01-28
1
-0
/
+24
*
Use hexadecimal in json escaping (#10437) [backport]
Christian Lyder Jacobsen
2019-01-25
1
-3
/
+3
*
fix json bug `[]=` misplaced (#10397)
Timothee Cour
2019-01-21
1
-5
/
+5
*
json: support tuple (#10010)
Timothee Cour
2019-01-16
1
-1
/
+16
*
[json] document fact that key ordering is preserved (#10020)
Timothee Cour
2018-12-20
1
-0
/
+7
*
[docs/json]: expands existing examples + shows {} operator in action (#9157)
Steve Kellock
2018-10-02
1
-28
/
+74
*
Fix #9111; error when parsing to aliased type field
mashingan
2018-09-29
1
-1
/
+15
*
Add escapeJsonUnquoted for json escaped strings without quotes (#8785)
hlaaf
2018-08-27
1
-4
/
+16
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+0
*
make more tests green
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
fixes #8037, json.to support object with distinct types (#8086)
andri lim
2018-07-19
1
-5
/
+30
*
Testament should run tests with no action (#8232)
genotrance
2018-07-08
1
-18
/
+17
*
Allow `%` overloading in `%*` macro in json (again)
hlaaf
2018-06-06
1
-4
/
+4
*
fix #7881, control characters in json output (#7887)
hlaaf
2018-05-28
1
-0
/
+3
*
json.nim: delete should raise KeyError, not IndexError, minor cleanup of the ...
Araq
2018-05-20
1
-4
/
+4
*
move parsejson logic into its own standard lib module
Araq
2018-05-18
1
-505
/
+12
*
fixes #7817
Araq
2018-05-14
1
-0
/
+3
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-11
/
+4
*
Improve deprecation messages in json docs.
Dominik Picheta
2018-04-25
1
-4
/
+4
*
tiny typo
Terence Namusonge
2018-04-25
1
-1
/
+1
*
Fix docs in json module after #7537
Dominik Picheta
2018-04-15
1
-1
/
+3
*
Add autovivification example (#7537)
Federico Ceratto
2018-04-16
1
-0
/
+5
*
make tests green again
Andreas Rumpf
2018-04-13
1
-1
/
+1
*
Fixes #6902
Abhishek Kapatkar
2018-03-30
1
-1
/
+1
*
Fixes #7433.
Dominik Picheta
2018-03-29
1
-0
/
+10
*
json.nim: documentation copy&paste issue
Andreas Rumpf
2018-03-16
1
-1
/
+1
*
Fix `json.to` for types with generic parameters
Oscar Nihlgård
2018-02-11
1
-1
/
+1
*
Support all int, uint and float variants in json.to macro.
Dominik Picheta
2017-11-30
1
-14
/
+16
*
Fix infinite recursion when using json.to on ref with cycle.
Dominik Picheta
2017-11-30
1
-0
/
+10
[next]