diff options
author | superfunc <superfunc@users.noreply.github.com> | 2017-09-06 13:55:39 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-06 22:55:39 +0200 |
commit | 21fcc3507abeb4003057f14f7550b0cf6519c1e8 (patch) | |
tree | 3f3359119f8301178f4a6c3d48d3a0edfd11e34e /lib/pure | |
parent | c3117e1abacf361d25979aa40ceddc92766aa3cb (diff) | |
download | Nim-21fcc3507abeb4003057f14f7550b0cf6519c1e8.tar.gz |
Update doc for json.to() with limitation (#6334)
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/json.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/json.nim b/lib/pure/json.nim index 8c687a8d1..03140e95d 100644 --- a/lib/pure/json.nim +++ b/lib/pure/json.nim @@ -1740,6 +1740,7 @@ macro to*(node: JsonNode, T: typedesc): untyped = ## ## * Heterogeneous arrays are not supported. ## * Sets in object variants are not supported. + ## * Not nil annotations are not supported. ## ## Example: ## |