Timothee Cour
|
6cbe1d48d7
[json] document fact that key ordering is preserved (#10020)
|
6 年 前 |
Steve Kellock
|
91c13a0163
[docs/json]: expands existing examples + shows {} operator in action (#9157)
|
6 年 前 |
mashingan
|
5624036251
Fix #9111; error when parsing to aliased type field
|
6 年 前 |
hlaaf
|
a270899502
Add escapeJsonUnquoted for json escaped strings without quotes (#8785)
|
6 年 前 |
Araq
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 年 前 |
Andreas Rumpf
|
7f49364fd0
make more tests green
|
6 年 前 |
andri lim
|
f92d61b1f4
fixes #8037, json.to support object with distinct types (#8086)
|
6 年 前 |
genotrance
|
c115090f6e
Testament should run tests with no action (#8232)
|
6 年 前 |
hlaaf
|
a0cb1a80dd
Allow `%` overloading in `%*` macro in json (again)
|
6 年 前 |
hlaaf
|
5866e64ebc
fix #7881, control characters in json output (#7887)
|
6 年 前 |
Araq
|
5472574f72
json.nim: delete should raise KeyError, not IndexError, minor cleanup of the tests
|
6 年 前 |
Araq
|
221b34ad83
move parsejson logic into its own standard lib module
|
6 年 前 |
Araq
|
f8e23daa20
fixes #7817
|
6 年 前 |
Araq
|
bbb0fd4eb7
remove deprecated stuff from the stdlib; introduce better deprecation warnings
|
6 年 前 |
Dominik Picheta
|
aa48a472fd
Improve deprecation messages in json docs.
|
6 年 前 |
Terence Namusonge
|
e1cd4bca0e
tiny typo
|
6 年 前 |
Dominik Picheta
|
b750082925
Fix docs in json module after #7537
|
6 年 前 |
Federico Ceratto
|
93fafc8545
Add autovivification example (#7537)
|
6 年 前 |
Andreas Rumpf
|
1d1d6f39a3
make tests green again
|
6 年 前 |
Abhishek Kapatkar
|
c7cba5e6f0
Fixes #6902
|
6 年 前 |
Dominik Picheta
|
9c2cdc94a2
Fixes #7433.
|
6 年 前 |
Andreas Rumpf
|
083d84ba03
json.nim: documentation copy&paste issue
|
6 年 前 |
Oscar Nihlgård
|
8247323860
Fix `json.to` for types with generic parameters
|
6 年 前 |
Dominik Picheta
|
578ab935cb
Support all int, uint and float variants in json.to macro.
|
7 年 前 |
Dominik Picheta
|
2bb2e6975e
Fix infinite recursion when using json.to on ref with cycle.
|
7 年 前 |
Dominik Picheta
|
8d61262372
Implement support for JsonNode in json.to.
|
7 年 前 |
Dominik Picheta
|
8187e83645
Implement Table/OrderedTable support for json.to macro.
|
7 年 前 |
Dominik Picheta
|
8ca41ce637
Implement support for Option[T] in json.to macro. Fixes #5848.
|
7 年 前 |
Dominik Picheta
|
d3c9b58c00
Fixes #6604. Rejects unnamed tuples with error.
|
7 年 前 |
Dominik Picheta
|
e0681715dc
Fixes #6095.
|
7 年 前 |