Libraries: JSON Serialization and Deserialization (native MQL) - page 4

 
Manuel Alejandro Cercos Perez #:

Remove the parenthesis

fixed, thanks

I am attaching fixed code here

Files:
JAson_1.13.mqh  45 kb
 

This library causes ERROR and i confirmed it

ERR_WRONG_STRING_PARAMETER
 
5040
 
Damaged parameter of string type
 

my code

CJAVal  jv;
string text="abc";

jv.Deserialize(text);

Any idea how to fix it?

It only causes when i desearilize any string

 

If the string value does contain ';' character then Deserialize fails!

array out of range in 'JAson.mqh' (205,13)

 
Dmitry Zhakov #:

If the string value does contain ';' character then Deserialize fails!


Everything works. I found issue on my side.