python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to save JSONObject to json file in UTF8 encoding Rad Studio/Delphi
I use Rad studio 11. I read information from json file (file is UTF8 encoded) and convert to jsonobject.
Then I make changes to this jsonobject and want to save to json file. The information is succes...
APTEMKA
Votes: 0
Answers: 2
How to delete a JSON array from a JSON object?
I have a JSON file with content:
{"chapters":[
{
"id":"1",
"name": "1"
},
{"id":"2",
"name": "2&...
APTEMKA
Votes: 0
Answers: 1