Random files to use for mock API calls Using the Raw url of the file will result in a 200 response code, and a response body of your formatted json.
https://raw.githubusercontent.com/UnspecifiedLLC/random_files/[ BRANCH ]/[ FOLDER ]/[ FILENAME ]
[{"key": "value", "foo": "bar"}, {"fiz": "baz"}]
Requirements:
- Encapsulating Object Brackets
[]with no Quotes.- The surrounding quotes get supplied automatically because the file is being served as type
Text.
- The surrounding quotes get supplied automatically because the file is being served as type
- Properly Formatted JSON
- Use Javascript console to
JSON.stringifyan object, then Copy-Paste - OR https://jsonformatter.curiousconcept.com/
- Use Javascript console to