root variable

  1. Lucas Siqueira

    Wish Root variable conflict in JSON Tree Example

    when working with b4xpages there is already a declared root variable. it always conflicts when we convert the code in the JSON Tree Example https://b4x.com:51041/json/index.html Change: M if it is Map L if it is List Dim parser As JSONParser parser.Initialize(<text>) Dim root As Map =...
Top