Answer the question
In order to leave comments, you need to log in
How to change curly brackets to square brackets in JSON?
Hello everyone, one system returns JSON with curly brackets where square brackets should be:
{
{
"title": "Название",
"description": "Описание"
}, {
"title": "Второе название",
"description": "Второе описание"
}
{
"tile":"Название",
"description":{"1","2"}
}
Answer the question
In order to leave comments, you need to log in
Maybe you know a ready-made solution in Java, JS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question