<STRINGSTACK> error converting a JSON
Good afternoon,
I'm trying to convert to JSON, but the error <STRINGSTACK> is displayed when I run the command below:
Do ObjJson.Write(ObjSource.%ToJSON())
Does anyone know how I can solve?
Thanks,
Josnei
Discussion (2)0
Comments
Josnei, I've had this problem, try to implement it this way:
Do ObjSource.%ToJSON(ObjJson).
I hope this solves your question.
Very good!
Worked perfectly
Thanks!