c3lang / c3c

Compiler for the C3 language

Home Page:https://c3-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using String in json::parse

velikoss opened this issue · comments

Right now json::parse parses only InStream
so the potential solution is to add another json::parse with String or char[] as an argument

This is now in master

Thanks!