Fixes compilation with 0.9.4 hopefully.

This commit is contained in:
Dominik Picheta 2014-08-21 21:06:57 +01:00
commit 8042e124e1

View file

@ -8,7 +8,7 @@
import json
when NimrodPatch <= 4 and NimrodMinor == 9:
when not NimrodPatch >= 5:
when not defined(`{}`):
proc `{}`*(node: PJsonNode, key: string): PJsonNode =
## Transverses the node and gets the given value. If any of the