5 lines
203 B
JSON
5 lines
203 B
JSON
|
{
|
||
|
"currentEnvironment": {$ doc.currentEnvironment | json | trim $},
|
||
|
"version": {$ doc.version.currentVersion | json | indent(2) | trim $},
|
||
|
"sections": {$ doc.sections | json | indent(2) | trim $}
|
||
|
}
|