Skip to content

Latest commit

 

History

History

parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Parser

The parser module is used to read / write OpenAPI files in JSON or YAML.

Implemtation

The parser uses the Jackson library to read / write JSON or YAML.

The parser uses custom serializers and deserializers so that the model is not annotated with any Jackson annotations.