pre(class="c-code-block")
  code= JSON.stringify(json, null, 2)

//- mixin json(obj, spacing)
//-   //- - var type = highlight_types[utils.random(0, highlight_types.length)]
//-   //- +frame({ escaped: JSON.stringify(obj, null, 2), lang: 'json'  })
//-   pre(class="c-code-block")
//-     code!= JSON.stringify(obj, null, 2)
//-     //- code.hljs.json!= highlight(, 'json')