An open API service indexing awesome lists of open source software.

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

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.