...
Sample Data for Quml Spec (1.0):
Code Block |
---|
// for single language
{
"solutions": [
"solution 1 having html string",
"solution 2 having html string",
"solution 3 having html string"
]
}
//for multi language
{
"solutions": [
{
"en": "solution 1 having html string"
},
{
"hi": "solution 2 having html string"
}
]
} |
...