We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send:
GET https://api.wjghj.cn/inpageedit/
Original response:
{"status":true,"msg":["Hello world"],"about":["InPageEdit Analysis V4","Powered by: MongoDB & Express","Author: 机智的小鱼君"],"api":{"query":{"url":"https://api.wjghj.cn/inpageedit/query","method":"get"},"submit":{"url":"https://api.wjghj.cn/inpageedit/submit","method":"post"},"update":{"url":"https://api.wjghj.cn/inpageedit/update","method":"put"}}}
Shows in prettify tab:
{ "about": [ { }, { }, { } ], "api": { "query": { "method": "get", "url": "https://api.wjghj.cn/inpageedit/query" }, "submit": { "method": "post", "url": "https://api.wjghj.cn/inpageedit/submit" }, "update": { "method": "put", "url": "https://api.wjghj.cn/inpageedit/update" }, }, "msg": [ { } ], "status": true }
Notice about and msg in response. The array does not appear to be rendered correctly.
about
msg
The text was updated successfully, but these errors were encountered:
Thanks for your feedback, I will fix it in MGFormatter: https://github.com/lm2343635/MGFormatter
Sorry, something went wrong.
lm2343635
No branches or pull requests
Send:
Original response:
Shows in prettify tab:
Notice
about
andmsg
in response. The array does not appear to be rendered correctly.The text was updated successfully, but these errors were encountered: