Skip to content
Hire me

Chris Taylor Developer

Freelance software engineer United Kingdom

  • Services
  • Prices
  • Contact
  • About
    • Background & CV
    • Testing experience
    • On GitHub
    • On Digital Guernsey
  • Projects
  • Engineering

JSON

JSON

1 April 202416 May 2023 by Chris Taylor

Updated: 27 May 2023

A JSON array containing two object items

[
    {"foo":"bar"},
    {"spam":"eggs"}
]

A JSON object containing one item. The value of myarr is an array

{
    "myarr": [ 41, {"what":"ever"} ]
}

See also

  • www.json.org
  • JSON tools on MDN
Categories JSON Tags link Leave a comment

Fake API for testing

1 April 202412 December 2022 by Chris Taylor

Updated: 12 December 2022

https://jsonplaceholder.typicode.com

Categories JSON Tags link, Online tools Leave a comment
© 2025 Chris Taylor Developer • Built with GeneratePress