markdown: Remove macro for successful API JSON response.

Now that we have a Markdown extension-based test framework for
generating and testing code examples on our /api pages, we don't
need this macro anymore!
This commit is contained in:
Eeshan Garg
2018-01-27 18:49:33 -03:30
committed by showell
parent b1878f14a2
commit d46753c26d

View File

@@ -1,9 +0,0 @@
A typical successful JSON response may look like:
```
{
'msg':'',
'id':134,
'result':'success'
}
```