Author: Duclos B65275
Below, I wrote a Delphi code.
[crayon-6a4eb17ebb54d671344645/]
By writing like this, you can use both String and Integer.
[How to call by using String]
[crayon-6a4eb17ebb555914613149/]
That was called in the string can be confirmed.
[How to call by using Integer]
[crayon-6a4eb17ebb558686324150/]
[The source is in Gist. ]
https://gist.github.com/mojeld/e5863b845e416d7371ffbaecdd49409f
[Reference material]
http://docwiki.embarcadero.com/CodeExamples/Berlin/en/RTL.JSONIterator
http://docwiki.embarcadero.com/CodeExamples/Berlin/en/RTL.JSONBuilder

