UNPKG

dbcopycat

Version:

A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.

12 lines 287 B
{ "products": [ { "id": 1, "categoryId": 2, "productName": "Chai", "quantityPerUnit": "48 - 6 oz jars", "unitPrice": "30", "unitsInStock": 53 } ] }