Export tables.$ in json module

This commit is contained in:
def
2016-02-27 23:58:14 +01:00
parent 3390da6746
commit ef1d771cf2

View File

@@ -53,6 +53,9 @@
import
hashes, tables, strutils, lexbase, streams, unicode, macros
export
tables.`$`
type
JsonEventKind* = enum ## enumeration of all events that may occur when parsing
jsonError, ## an error occurred during parsing