Currently viewing → Tag: fetchapi

Export JSON to file on LAMP

It’s really easy to manipulate json with JavaScript. But what if we want to save it as a file on a LAMP server? Basically, what we want to achieve is to store our client-generated JSON on the server, except we don’t have an existing API to call. And since we suppose to be on a […]

[read more]