Forum Discussion

belltown's avatar
belltown
Roku Guru
14 years ago

Another JSON Parser [JSONDecoder]

I've written a new JSON parser. Here it is: https://github.com/belltown/Roku/blob/master/JSONDecoder/source/JSONDecoder.brs There are already a couple of other JSON parsers out there: one by hoffmc...