parser

  1. walterf25

    B4J Question miniHtmlParser help

    Hi all, I have never used this library but I would like to try and parse the following URL here what I am trying to do is parse Opera Librettos, if you guys can check the URL you'll notice that there's the Original language and the translated which both are placed in a table, I am having a hard...
  2. M

    Android Question [B4X] Cast Map to Custom Type

    Hi everyone I was wondering if it possibile to cast a Map object to a Custom type object that has the same fields. At the moment I'm doing with a function that manually get all the fields from the map. Thanks in advance
  3. Alexander Stolte

    Android Tutorial [B4X] B4X Online Tools - JSON Parser/QR Generator/Regex Parser

    Full list of B4J Server Examples: https://b4x.com:51041 If there are other online tools that simplify programming with B4X, then I expand the thread.
  4. S

    B4A Class CSBuilder, store in JSON format

    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
  5. R

    Android Question [SOLVED] Stop parse big xml data

    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...
  6. carlos7000

    Spanish Parseador Json.

    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.b4x.com:51042/json/index.html la cual permite...
Top