Live data from Hacker News

Ask HN: Recommendations for a simple JSON persistence library for JavaScript

news.ycombinator.com

1–6 of 6 posts

Ask HN: Recommendations for a simple JSON persistence library for JavaScript

#1
Please recommend a simple JavaScript library to persist JSON data (could be on a third party server).

I often need to store data from JS. It takes a while build APIs and DB support for every single change in what might be a throw-away code. Also, I dont want to tie into any application framework.

There should be something simple like this. Any recommendations?