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
/
std
/
jsonutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-16
/
+2
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
1
-1
/
+1
*
Add better error messages to `std/jsonutils` (#20629)
Jake Leahy
2022-10-24
1
-7
/
+7
*
Fix tuple size check in `std/jsonutils` (#20637)
Jake Leahy
2022-10-24
1
-2
/
+12
*
Pass json options to hooks (#20638)
Jake Leahy
2022-10-24
1
-14
/
+16
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)
flywind
2021-10-01
1
-1
/
+5
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-2
/
+2
*
up to 20x faster jsonutils deserialization (#18183)
Timothee Cour
2021-06-05
1
-6
/
+6
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
1
-1
/
+17
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-4
/
+16
*
jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...
Timothee Cour
2021-05-18
1
-11
/
+32
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
1
-0
/
+3
*
jsonutils: handle holey enum as regular enum, via ord (#17995)
Timothee Cour
2021-05-11
1
-0
/
+3
*
jsonutils: support set (#17994)
Timothee Cour
2021-05-11
1
-1
/
+5
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-9
/
+9
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
1
-5
/
+17
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
1
-1
/
+3
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-8
/
+8
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-2
/
+2
*
jsonutils.jsonTo: support opt (#16739)
Timothee Cour
2021-01-17
1
-2
/
+2
*
Jsonutils: pass opt for object in object (#16615)
inv2004
2021-01-07
1
-1
/
+1
*
jsonutils: fromJson forward opt param fix (#16612)
inv2004
2021-01-06
1
-4
/
+4
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-4
/
+4
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-31
/
+247
*
fromJson: support object variants (#14694)
Timothee Cour
2020-06-24
1
-15
/
+73
*
make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)
Timothee Cour
2020-06-15
1
-8
/
+24
*
`toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...
Timothee Cour
2020-06-08
1
-0
/
+126