Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konklone/json
A free, in-browser JSON to CSV converter.
https://github.com/konklone/json
Last synced: about 21 hours ago
JSON representation
A free, in-browser JSON to CSV converter.
- Host: GitHub
- URL: https://github.com/konklone/json
- Owner: konklone
- License: other
- Created: 2014-02-21T03:54:48.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-01-13T22:08:45.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T05:35:27.097Z (22 days ago)
- Language: JavaScript
- Homepage: https://konklone.io/json/
- Size: 532 KB
- Stars: 760
- Watchers: 42
- Forks: 210
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - konklone/json - A free, in-browser JSON to CSV converter. (JavaScript)
README
## JSON to CSV Converter
A simple JSON to CSV converter that handles objects and nested documents.
Conversion happens inside the browser, in straight JavaScript. It may choke on large files.
Please file all bugs [in the issue tracker](https://github.com/konklone/json/issues).
Read more about the converter and why I built it: "[Making JSON as simple as a spreadsheet](http://sunlightfoundation.com/blog/2014/03/11/making-json-as-simple-as-a-spreadsheet/)".
## Public domain
This project makes uses of certain externally licensed works, including (but not limited to) Bootstrap, Highlight.js, jQuery and jquery-csv. Any such works retain their original license, even if they have been subsequently modified by me.
All **other files** in this project are [dedicated to the public domain](LICENSE). As spelled out in [CONTRIBUTING](CONTRIBUTING.md):
> The project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](http://creativecommons.org/publicdomain/zero/1.0/).
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.