mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
Export tables.$ in json module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user