The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
## no critic ( RequireUseStrict RequireUseWarnings )
{
    "foo" => {
        "class" => "Foo",
        "args" => { "bar" => { '$ref' => "bar" } }
    },
    "bar" => {
        "class" => "Bar",
        "args" => { "text" => "Hello, World" }
    },
    "buzz" => {
        "class" => "Buzz",
        "args" => [[ "one", "two", "three" ]]
    },
    "fizz" => {
        "class" => "Fizz",
        "args" => { "href" => { "one" => "two" } }
    }
}