Question Josnei André Tschoeke · Sep 25, 2019

<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

 

Comments

Christian Silva · Sep 25, 2019

Josnei, I've had this problem, try to implement it this way:
Do ObjSource.%ToJSON(ObjJson).

I hope this solves your question.

0