• Parser can't handle beautified JSON

    By Shillem Volpato 6 years ago

    The parse throws all sorts of error if the string to be parse is a beautified version of JSON.

    {
       "Image": {
           "Width":  800,
           "Height": 600,
           "Title":  "View from 15th Floor",
           "Thumbnail": {
               "Url":    "http://www.example.com/image/481989943",
               "Height": 125,
               "Width":  "100"
           },
           "IDs": [116, 943, 234, 38793]
         }
    }
    • By Lars Berntrop 2 years ago

      In 3.9, this is no longer a problem. Sorry for the wait!