Categories
Why is JSON not valid?
Can you please tell me why the following JSON is not valid?
{ "input": { "qwe": "1", "asd": "1", } }
Answer the question
In order to leave comments, you need to log in
the last comma is extra
{ "input": { "qwe": "1", "asd": "1" } }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question