Forum Discussion
- JHuntCommunity Hero
Hi,
What impact is that having for you?
Other users might prefer the current way. How do you think that should be handled?
- RatkoNew Contributor
Hi,
In financial services this behavior is not ok, because they expect to have strictly defined precision for decimals.
Is it possible to add configuration parameter on preference page (because two different expectations from users)?
Regards,
Ratko.
- JHuntCommunity Hero
The issue comes up because the standard for JSON isn't clear about how to handle different number formats (it only refers to Numbers broadly as a type). So each implementation of a JSON renderer or parser will behave differently.
I'm just wondering how you are using that view. This should only affect how it is presented in that one tab in the UI, but you can see the unmodified data in the raw tab and it shouldn't affect any test assertions. But if it does, can you explain how and then I might be able to help.
- RatkoNew Contributor
Hi,
you are correct, it only affects presentation. For us it is easier/nicer to verify data and structure in JSON tab, rather than in RAW tab.