Merge pull request #9 from mholt/patch-1

Added Papa Parse
This commit is contained in:
chencheng (云谦)
2014-07-18 00:13:31 +08:00

View File

@@ -11,6 +11,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Data Visualization](#data-visualization) * [Data Visualization](#data-visualization)
* [Editors](#editors) * [Editors](#editors)
* Utilities * Utilities
* [Files](#files)
* [Functional Programming](#functional-programming) * [Functional Programming](#functional-programming)
* [Date](#date) * [Date](#date)
* [String](#string) * [String](#string)
@@ -177,6 +178,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [jsoneditor](https://github.com/josdejong/jsoneditor) - A web-based tool to view, edit and format JSON. * [jsoneditor](https://github.com/josdejong/jsoneditor) - A web-based tool to view, edit and format JSON.
## Files
*Libraries for working with files.*
* [Papa Parse](https://github.com/mholt/PapaParse) - A powerful CSV library that supports parsing CSV files/strings and also exporting to CSV.
## Functional Programming ## Functional Programming
*Functional programming libraries to extend JavaScripts capabilities.* *Functional programming libraries to extend JavaScripts capabilities.*