Best way to handle "dirty" JSON response? #1539
-
What would you like to discuss?I am querying a third party RESTful API which tends to serve "dirty" json responses (i.e. the This typically causes Right now I went "dirty" on the issue and added a very kludgy For a more practical solution I identify several options:
Any thoughts? Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In order to implement a custom JSON parser you can use the |
Beta Was this translation helpful? Give feedback.
-
Hooray! That one option I have missed which makes me look like a fool! |
Beta Was this translation helpful? Give feedback.
In order to implement a custom JSON parser you can use the
parseJson
option