jsonplaceholder
jsonplaceholder copied to clipboard
Support string ids
Presently id should be numeric. Can string be supported too?
like
GET https://example.com/books/cf65e570
db.json
{
"books": [{ "id": "cf65e570", "name": "The Book of Job" }]
}
Hi, Yes, it's supported.