c3c
c3c copied to clipboard
Using String in json::parse
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!