2 thoughts on “How to Read a JSON File with Java

  • Hi,
    and how would you fetch the second element of
    {
    “name” : “Alex”,
    “age” : “25”,
    “address” : “San Francisco”
    },
    {
    “name” : “John”,
    “age” : “23”,
    “address” : “Dallas”
    };

    Reply
  • That’s fine, I’ll use the JsonArray feature!
    Thanks anyway!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *