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
/
tests
/
stdlib
/
tjsonutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
1
-5
/
+8
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
1
-1
/
+1
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
1
-0
/
+15
*
fix #16822 (#16884)
flywind
2021-02-01
1
-2
/
+1
*
jsonutils.jsonTo: support opt (#16739)
Timothee Cour
2021-01-17
1
-0
/
+3
*
Jsonutils: pass opt for object in object (#16615)
inv2004
2021-01-07
1
-0
/
+6
*
jsonutils: fromJson forward opt param fix (#16612)
inv2004
2021-01-06
1
-0
/
+14
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-2
/
+183
*
fromJson: support object variants (#14694)
Timothee Cour
2020-06-24
1
-0
/
+53
*
make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)
Timothee Cour
2020-06-15
1
-0
/
+26
*
`toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...
Timothee Cour
2020-06-08
1
-0
/
+44