Force pub.json:documentToJSONString to generate a string containig string elements only

Hi there,

i am looking for a possiblity to run pub.json:documentToJSONString and to get json string that contains string values only.
My input document for pub.json:documentToJSONString contains string objects only, but somehow the exported string also contains numbers.

{
“StoreId”: “DE2550”,
“BankCode_Number”: 12346578
}

We are using IS 9.7.

Thank you for any helpful reply.

Regards,
Martin

I checked that thing again and found out, pub.json:documentToJSONString is working correctly and exports all values as string.

The conversion from string to number comes from XML Spy.