Developer’s Tip: Working with JSON? Need a place to test your Xcode project? Read this!
If you’re like me, then you have been learning how to work with a remote JSON file within a Xcode project. You need a way to not only consume the file, but to also make sure that you get information from a JSON remote server without using live data.
Thank you for reading this post, don't forget to subscribe!
There is a web site called JSON Placeholder (https://jsonplaceholder.typicode.com) which allows one to make sure that a Swift, SwiftUI or even Obj-C code is working properly before trying the code on live data.
The website offers dummy data to consume inside a tableView or ListView. The site is available 24/7/365 and can be seen here.