Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about rad-studio

Read more about rad-studio

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)

Questions - rad-studio

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...
test-img

APTEMKA

json

delphi

pascal

rad-studio

Votes: 0

Answers: 2

Latest Answer

Why are you reading the file using old-style Pascal file I/O? And why are you converting between UTF-8 and ANSI? You are using a Unicode version of Delphi, you should not be dealing with ANSI at all....
test-img

Remy Lebeau

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&...
test-img

APTEMKA

arrays

json

delphi

rad-studio

Votes: 0

Answers: 1

Latest Answer

You can do it by below code: procedure TForm1.Button1Click(Sender: TObject); const _JSONStr = '{"chapters":[{"id":"1","name": "1"},{"id":&...
test-img

Amin Alinezhad

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved