Make Reader.skipSingleJsValue part of the public API
This commit is contained in:
parent
e5b18fb710
commit
b42cd3c0d9
|
@ -265,8 +265,7 @@ proc parseJsonNode(r: var JsonReader): JsonNode =
|
|||
of tkQuoted, tkExBlob, tkNumeric, tkExInt, tkExNegInt:
|
||||
raiseAssert "generic type " & $r.lexer.lazyTok & " is not applicable"
|
||||
|
||||
|
||||
proc skipSingleJsValue(r: var JsonReader) =
|
||||
proc skipSingleJsValue*(r: var JsonReader) =
|
||||
case r.lexer.tok
|
||||
of tkCurlyLe:
|
||||
r.lexer.next()
|
||||
|
|
Loading…
Reference in New Issue