Skip to content

Instantly share code, notes, and snippets.

@yoander
Last active August 4, 2016 03:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save yoander/ca53e97e02cbd4e24dc2babc9b676bb7 to your computer and use it in GitHub Desktop.
For testing GithubGet wordpress plugin
{
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"age": 25,
"job": "Software Developer"
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021-3100"
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "office",
"number": "646 555-4567"
},
{
"type": "mobile",
"number": "123 456-7890"
}
],
"children": [],
"spouse": null
}
---
firstName: John
lastName: Smith
age: 25
job: Software Developer
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
gender:
type: male
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment