android - setting up JSON format link -
i'm trying setup json format link can parse. format right guys?
{"suspended": "false","firstname": "john","lastname": "smith","checkedin": 0,"checkindatetime": 0,"address": {"streetaddress": "21 2nd street","city": "new york","state": "ny","postalcode": "10021"},"phonenumber": [{ "type": "home", "number": "212 555-1234" },{ "type": "fax", "number": "646 555-4567" }]}
yes valid json - can use this validate it
Comments
Post a Comment