Placeholders in JSON - is there a better method?
Anyone have a favorite free service that has dummy JSON that can be queried over HTTP?
Best JSON Placeholder/Server?
Need help with fetching TODOs from API in TypeScript + React
Namaste! Thanks for submitting to r/developersIndia. Make sure to follow the subreddit Code of Conduct while participating in this thread. Also did you know we have a discord server as well where you can share your projects, ask for help or just have a nice chat.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
More on reddit.comWhat is JSONPlaceholder?
What can I use instead of JSONPlaceholder?
Is JSONPlaceholder good for production testing?
Videos
I'm working on a Python script to generate all of the directories and base files I typically create when making a new project. I have a JSON file which stores the directories, the files in each, and the contents of those files.
Right now I have a placeholder value of "<app_name>" in the JSON object that needs to be replaced with the app name provider via user input, but I feel like this is not the right approach for JSON. Is there a standard way to have a placeholder value in JSON objects, or is there a more appropriate way of storing this information?