Guide
Below you'll find example using Fetch API but you can use JSONic with any other language. You can copy paste the code in your browser console to quickly test JSONic.
Getting a resource
fetch('https://jsonic.vercel.app/api/users/1').then(response => response.json()).then(json => console.log(json))
Output 👇
{ "id": 1, "name": "Leanne Graham", "username": "Bret", "email": "Sincere@april.biz", "address": { "street": "Kulas Light", "suite": "Apt. 556", "city": "Gwenborough", "zipcode": "92998-3874", "geo": { "lat": "-37.3159", "lng": "81.1496" } }, "phone": "1-770-736-8031 x56442", "website": "hildegard.org", "company": { "name": "Romaguera-Crona", "catchPhrase": "Multi-layered client-server neural-net", "bs": "harness real-time e-markets" }}