Skip to content

Commit

Permalink
followup #17389; add see also in std/json (#17400)
Browse files Browse the repository at this point in the history
Co-authored-by: flywind <[email protected]>
  • Loading branch information
timotheecour and ringabout authored Mar 17, 2021
1 parent 9bb0e55 commit 5fe5f47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

- added `jsonutils.jsonTo` overload with `opt = Joptions()` param.

- `json.%`,`json.to`, `jsonutils.formJson`,`jsonutils.toJson` now work with `uint|uint64`
instead of raising (as in 1.4) or giving wrong results (as in 1.2).

- Added an overload for the `collect` macro that inferes the container type based
on the syntax of the last expression. Works with std seqs, tables and sets.

Expand Down
8 changes: 8 additions & 0 deletions lib/pure/json.nim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
## JSON is based on a subset of the JavaScript Programming Language,
## Standard ECMA-262 3rd Edition - December 1999.
##
## See also
## ========
## * `std/parsejson <parsejson.html>`_
## * `std/jsonutils <jsonutils.html>`_
## * `std/marshal <marshal.html>`_
## * `std/jscore <jscore.html>`_
##
##
## Overview
## ========
##
Expand Down

0 comments on commit 5fe5f47

Please sign in to comment.