I want to display all data in Key value pair in a below JSON String.
response {
community: “worker”
communitystr: "<null>";
workspace: abs;
email: "<null>";
admin: false;
persona: "<null>";
userinfo: {
   info: {
    contact1: {
        firstname: “jon”;
        lastname: “Doe”
        phone: “9885678905”;
        objectname: contact;
        id: 9;
    };
    event1: {
        eventname: “party”;
        description: "";
        order: 6;
        id: 4;
        objectname: events;
    };
    files: {
        filename: “sample”;
        description: "";
        order: 11;
        id: 11;
        objectname: files;
    };
  };
};
As I am new to this finding difficulty. how to get the key value in array or any other accessible format ? thanks for any help
 
    