May i know if it is possible to get only the object names in a json?? I download the following json string and upload to mysql, I now want to show the user with the object names whithin “Body”: [ { “RowId”: {…}}] in the json, The following is the json string,
Sample removed
I want to display the following which is within, “Body”: [ { “RowId”: {…,
Sample removed
in a listbox, so that the user can see befor it gets uploaded, is there a way i can accomplish this?? Thank you very much for the help 🙂
EDIT:
I want to extract the object names from the json thorugh a loop may be 🙂
The following code parses the JSON string and prints the values you are looking for:
It’s difficult to help you more, because it’s not clear what you are trying to achieve:
if you are trying to populate a WebForms
ListBox, you can create a list set theDataSourceproperty.