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
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-6
/
+12
*
fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)
ringabout
2023-07-19
1
-2
/
+3
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
1
-1
/
+1
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
1
-7
/
+1
*
Fix json.to for float fields that are not present (#21695)
Yardanico
2023-04-21
1
-1
/
+1
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-1
/
+1
*
Use a cast to suppress KeyError raises (#21451)
Antonis Geralis
2023-02-28
1
-4
/
+5
*
minor parseopt.nim improvements (#21256)
Andreas Rumpf
2023-01-18
1
-0
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-293
/
+291
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
replace shallowcopy with move in ARC/ORC (#20061)
flywind
2022-07-18
1
-6
/
+6
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-6
/
+6
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
[backport:1.0] json: limit recursion depth (#19252)
Miran
2021-12-14
1
-3
/
+9
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-3
/
+7
*
add [1..2] for JArray (#18525)
itsumura-h
2021-07-21
1
-0
/
+18
*
close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...
Timothee Cour
2021-05-23
1
-1
/
+1
*
fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...
Timothee Cour
2021-05-16
1
-50
/
+71
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-4
/
+3
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
1
-3
/
+4
*
fix #17490 (#17491)
flywind
2021-03-24
1
-4
/
+10
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
1
-2
/
+2
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
1
-1
/
+1
*
followup #17389; add see also in std/json (#17400)
Timothee Cour
2021-03-16
1
-0
/
+8
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
1
-4
/
+18
*
fix #17275 (#17276)
flywind
2021-03-09
1
-3
/
+6
*
follow up #17165 (#17262)
flywind
2021-03-04
1
-3
/
+2
*
reuse jsffi in json module (#17165)
flywind
2021-03-04
1
-20
/
+7
*
Replace double backticks with single backticks - Part 4 out of ~7 (#17216)
Danil Yarantsev
2021-03-01
1
-45
/
+45
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-7
/
+7
*
remove unnecessary when statement (#17135)
flywind
2021-02-21
1
-12
/
+7
*
added enum indexed array support to json (#16807)
Jason Beetham
2021-01-26
1
-1
/
+1
*
Add backwards index overload for `[]` for JsonNode (#16501)
Neelesh Chandola
2021-01-04
1
-0
/
+13
*
change some code-blocks to runnableExamples and correct some errors in docs (...
flywind
2020-11-12
1
-29
/
+28
*
fix #15835 (#15838)
flywind
2020-11-04
1
-0
/
+2
*
fix #15815 (#15817)
flywind
2020-11-02
1
-1
/
+4
*
fixes #15413 (#15768)
Andreas Rumpf
2020-10-29
1
-21
/
+61
*
json.nim: smaller init size (#15048)
Miran
2020-07-23
1
-2
/
+2
*
`toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...
Timothee Cour
2020-06-08
1
-30
/
+12
*
remove isMainModule from json,os,sequtils (#14572)
Timothee Cour
2020-06-06
1
-233
/
+2
*
Improve JSON serialisation of strtabs (#14549)
PMunch
2020-06-05
1
-6
/
+29
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-6
/
+6
*
base `parseEnum` on a case statement, fixes #14030 (#14046)
Vindaar
2020-04-22
1
-1
/
+1
*
json doc: Note about Option and reserved keywords (#13895)
Nicolai Søborg
2020-04-07
1
-0
/
+7
*
Removed simpleGetOrDefault (#13590)
Andreas Rumpf
2020-03-05
1
-2
/
+4
*
Improved assertion error messages on usage of JsonNode iterators on wrong kin...
Ico Doornekamp
2020-02-17
1
-5
/
+5
*
Fix vertical tab in JSON. (#13399)
Khronos
2020-02-17
1
-1
/
+1
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
1
-2
/
+2
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
1
-2
/
+2
[next]