https://github.com/flipkart-incubator/lyrics
https://github.com/flipkart-incubator/lyrics
converter java json language schema
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flipkart-incubator/lyrics
- Owner: flipkart-incubator
- License: apache-2.0
- Created: 2016-12-22T12:38:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T20:02:11.000Z (over 3 years ago)
- Last Synced: 2025-04-01T07:11:59.080Z (about 1 year ago)
- Topics: converter, java, json, language, schema
- Language: Java
- Homepage:
- Size: 608 KB
- Stars: 7
- Watchers: 11
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Lyrics
Lyrics generates Java types from the supplied schema, it does not take a view as to what language the schema is written in (JSON, XML etc), or whether a language is used at all.
We do provide integration with JSON currently in lyrics-json module, for convenience.
Currently we only support invoking Lyrics through your java application but other ways like a command line interface, maven plugin are planned.
## Links
Please check the wiki for more details.
* [Getting Started](https://github.com/flipkart-incubator/Lyrics/wiki/Getting-Started)
* [Reference](https://github.com/flipkart-incubator/Lyrics/wiki/Reference)
## License
Copyright 2016 Flipkart Internet, pvt ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.