Update doc for json.to() with limitation (#6334)

This commit is contained in:
superfunc
2017-09-06 13:55:39 -07:00
committed by Andreas Rumpf
parent c3117e1aba
commit 21fcc3507a

View File

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