followup #17389; add see also in std/json (#17400)

Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
Timothee Cour
2021-03-16 19:21:32 -07:00
committed by GitHub
parent 9bb0e55749
commit 5fe5f47033
2 changed files with 11 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
## ========
##