Hello,
This class can parse JSON to generate CSBuilder.
Create a json string, save it in a file, add it to assets folder, and display it with this class.
All the CSBuilder capabilities are supported.
Comments in clsCSBuilderParser.bas and samples files explains the JSON structure.
spsp
Hi All!
if you want to stop parsing big xml data, do this:
'rssParseStream, rssParseExit, rssItems are global variable
rssParseStream = File.OpenInput(File.DirDefaultExternal, "RSS.xml")
Try
rssParseExit = False
rssItems = 0
ParseR.Parse(rssParseStream...
Hola a todos.
¿Alguien sabe como desarrollar un Parser en B4a (parseador/analizador gramatical) para Json en B4a?
A pesar de todos mis esfuerzos, json siempre me da muchos quebraderos de cabeza. Pero encontré hace un tiempo esta página http://www.basic4ppc.com:51042/json/index.html la cual...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.