-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0fb9781
commit 2cb2f19
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
# Lunatic Model | ||
[![Build Status](https://travis-ci.org/InseeFr/Lunatic-Model.svg?branch=master)](https://travis-ci.org/InseeFr/Lunatic-Model) | ||
# Java classes for the Lunatic Model | ||
|
||
Java classes for the Lunatic questionnaire model. | ||
|
||
Classes and converters for the Lunatic questionnaire model. | ||
This library offers serialization and deserialization for Lunatic json questionnaires. | ||
|
||
The documentation can be found in the [docs](https://github.com/InseeFr/Lunatic-Model/tree/master/docs) folder and browsed [online](https://inseefr.github.io/Lunatic-Model). | ||
## Implementation | ||
|
||
The model is described by the Java classes. [Jackson](https://github.com/FasterXML/jackson) is used for | ||
serialization/deserialization. | ||
|
||
## The Lunatic Model | ||
|
||
Note that this project does not define the Lunatic model (although its name suggests it): | ||
[Lunatic](https://github.com/InseeFr/) does (changes in the questionnaire model in Lunatic are brought in | ||
Lunatic-Model in a second stage). | ||
|
||
In Lunatic, classes are defined in the | ||
[type source typescript file](https://github.com/InseeFr/Lunatic/blob/3.0/src/type.source.ts). | ||
|
||
## Documentation | ||
|
||
Documentation can be found in the [docs](https://github.com/InseeFr/Lunatic-Model/tree/master/docs) folder and browsed [online](https://inseefr.github.io/Lunatic-Model). (Needs to be updated.) |