JSONLint is the free online validator, json formatter, and json beautifier tool for JSON, a lightweight data-interchange format. You can format json, validate json, with a quick and easy copy+paste.
jsonlint.com
and its valid. i will attach the file, if someone can help me
B4X:
(JSONException) org.json.JSONException: End of input at character 75652 of [{"Id":55,"Codigo":55,"Barra":55,"Producto":"GALLETAS OREO VAINILLA
Dim parser As JSONParser
parser.Initialize(<text>)
Dim root As List = parser.NextArray
For Each colroot As Map In root
Dim Categoria As String = colroot.Get("Categoria")
Dim Codigo As Int = colroot.Get("Codigo")
Dim Producto As String = colroot.Get("Producto")
Dim Marca As String = colroot.Get("Marca")
Dim Id As Int = colroot.Get("Id")
Dim Imagen As String = colroot.Get("Imagen")
Dim Barra As Int = colroot.Get("Barra")
Dim Precio As Int = colroot.Get("Precio")
Next