Skip to content

Instantly share code, notes, and snippets.

@maxant
Last active November 6, 2017 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxant/89be1f64a10fed0a30cd82d9382b8a4a to your computer and use it in GitHub Desktop.
Save maxant/89be1f64a10fed0a30cd82d9382b8a4a to your computer and use it in GitHub Desktop.
{
"model": {
"input1.xml": {
"servlet1": {
"name1": "value1"
},
"servlet2": {
"name1": "value1",
"name2": "value2"
},
"servlet3": {
"name2": "value2"
}
},
"input2.xml": {
"servlet4": {
"name2": "value4"
}
}
},
"params": {
"name1": null,
"name2": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment