mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
Merge pull request #8033 from FedericoCeratto/patch-9
Add hint on JSON serialization
This commit is contained in:
@@ -270,6 +270,8 @@ proc store*[T](s: Stream, data: T) =
|
||||
|
||||
proc `$$`*[T](x: T): string =
|
||||
## returns a string representation of `x`.
|
||||
##
|
||||
## Note: to serialize `x` to JSON use $(%x) from the ``json`` module
|
||||
var stored = initIntSet()
|
||||
var d: T
|
||||
shallowCopy(d, x)
|
||||
|
||||
Reference in New Issue
Block a user