mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
## ========
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user