Forum Discussion

4 Replies

  • JHunt's avatar
    JHunt
    Community Hero

    Hi,

     

    What impact is that having for you?

     

    Other users might prefer the current way. How do you think that should be handled?

    • Ratko's avatar
      Ratko
      New 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.

  • JHunt's avatar
    JHunt
    Community 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.

    • Ratko's avatar
      Ratko
      New 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.