Is there a way to nicely format/style JSON code in Github Wiki (i.e Markdown preferred)?
JSON
Github Wiki
Something like this with few colors (or bold) and corre
```yaml { "this-json": "looks awesome..." }
If you want to have keys a different colour to the parameters, set your language as yaml
yaml
@Ankanna's answer gave me the idea of going through github's supported language list and yaml was my best find.