minkzsingh

json formatter

Oct 3rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {"person_data":{
  2. "first_name": "Customer",
  3. "last_name": "customer_lastname",
  4. "company_name": "new industry",
  5. "gst_number": "no",
  6. "type": "customer",
  7. "email": "newuser@gmail.com",
  8. "customeremails":[{
  9. "person_data":1,
  10. "email": "relation@gmail.com"
  11. },
  12. {
  13. "person_data":1,
  14. "email": "new@gmail.com"
  15. }],
  16. "address": "house 123, city:ludhiana",
  17. "phone_numbers": "8844845545",
  18. "website": "www.google.com"
  19. }
  20. }
Add Comment
Please, Sign In to add comment