aswi2020horky-gitlab/project/Deserializer/bcha.json @ f783f25c
1 |
{
|
---|---|
2 |
class samples.ok.Simple : { |
3 |
"testDouble" : "1.0", |
4 |
"testInt" : "123", |
5 |
"intArray" : "[5,10,15]", |
6 |
"localEnum" : "LOW", |
7 |
"pozdrav" : "AHOJ", |
8 |
"stringArray" : "[A,B,C]" |
9 |
} |
10 |
}
|