summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorsuperfunc <superfunc@users.noreply.github.com>2017-09-06 13:55:39 -0700
committerAndreas Rumpf <rumpf_a@web.de>2017-09-06 22:55:39 +0200
commit21fcc3507abeb4003057f14f7550b0cf6519c1e8 (patch)
tree3f3359119f8301178f4a6c3d48d3a0edfd11e34e /lib/pure
parentc3117e1abacf361d25979aa40ceddc92766aa3cb (diff)
downloadNim-21fcc3507abeb4003057f14f7550b0cf6519c1e8.tar.gz
Update doc for json.to() with limitation (#6334)
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/json.nim1
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:
   ##