Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/autoparse
A dynamically generated parsing system using JSON Schema.
https://github.com/google/autoparse
Last synced: 5 days ago
JSON representation
A dynamically generated parsing system using JSON Schema.
- Host: GitHub
- URL: https://github.com/google/autoparse
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2012-01-23T17:13:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T14:03:51.000Z (over 9 years ago)
- Last Synced: 2024-08-01T19:57:30.116Z (3 months ago)
- Language: Ruby
- Homepage: http://code.google.com/p/ruby-autoparse/
- Size: 226 KB
- Stars: 143
- Watchers: 13
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoParse
- Homepage
- http://code.google.com/p/ruby-autoparse/
- Author
- Bob Aman
- Copyright
- Copyright © 2010 Google, Inc.
- License
- Apache 2.0
# Description
An implementation of the JSON Schema specification. Provides automatic parsing
for a given JSON Schema.
# Requirements
* Either extlib or activesupport is required for inflection.
# Install
* sudo gem install autoparse