thomaserlang / delphi-json

JSON parser for Delphi.
83 stars 32 forks source link

GetJSONByNameOrIndex - do you have an example of how this is used? #28

Open sodgaard opened 2 years ago

sodgaard commented 2 years ago

I am looking for a way of obtaining a certain ID of a given file. I do not need to parse the entire file, just one of the initial Items. Do you have a good way of doing this?

Further in the code I stumbled over the function GetJSONByNameOrIndex. Do you have an example on how this can be used?

Thanks in advance

/Stephen