Resuelto
Este tema ha sido cerrado para respuestas.
How the works? I am not sure how to describe.
I tried to display a NumberFormat(55,"0.00")
This is how it looks in browser as json formatted raw data. Not bumped around in structures and arrays inside the app. This is a top structure element that is set on 5th line of the REST component.
"testnumber": 55,
"success": true
And here is the kicker, I tried the same in Chrome REST Console this is how it looks.
- "testnumber": 55.000,
- "success": true
Can someone explain this? Why in Chrome REST Console the data looks as expected with 0's but, in browser window as a json formatted raw data 0's are truncated.
Can you explain how the data gets into the browser as a JSON formatted string?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
