Skip to content
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.