-
Notifications
You must be signed in to change notification settings - Fork 48
JSON
Sergey Zwezdin edited this page Jun 18, 2016
·
2 revisions
Magic Chunks allow you to transform JSON files.
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
To address items in JSON files just point element path with /
separator, for example − Logging/LogLevel/System
.