0
Apple cobra Posted 8 years ago
Grammar

Can be used?

Hi everyone,

I've got a programming guide which I'm trying to improve. It consists of common questions and answers.

How to convert a JSON object into a readable string?

JSON.stringify(emr.ControllerName, false, NumberOfSpacesBetweenItems) can be used.

Should I replace "can be used" for something else?

  

Top answer

How to convert a JSON object into a readable string? I would write it like this. ControllerName, false, NumberOfSpacesBetweenItems) can be used.

  • How to convert a JSON object into a readable string?
  • I would write it like this.
  • ControllerName, false, NumberOfSpacesBetweenItems) can be used.
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

1 Answers
0

How to convert a JSON object into a readable string?

I would write it like this.

Use JSON.stringify(emr.ControllerName, false, NumberOfSpacesBetweenItems) can be used.

Related Questions