malta
Version:
Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.
28 lines • 467 B
JSON
{
"name" : "default",
"author" : "Federico Ghedina federico.ghdina@gmail.com",
"surname" : "vars.json loaded",
"puzzle" : {
"one" : 1,
"two" : 2,
"three" : 202
},
"html" : {
"title" : "html page title"
},
"solved" : "$puzzle.one$$puzzle.two$" ,
"daisy" : {
"size" : 800,
"color" : {
"inner" : "yellow",
"outer" : "white",
"cc": 1
}
},
"pdf" : {
"one" : "README.pdf",
"two" : "chapter2.pdf"
},
"trial" : true,
"trial2" : true
}