-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (21 loc) · 858 Bytes
/
README.txt
File metadata and controls
33 lines (21 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== JSON Debugger ===
Contributors: WraithKenny, Touvan
Tags: admin, debug, json
Requires at least: 3.4-alpha
Tested up to: 3.4-alpha
Stable tag: 0.1
License: GPLv2 or later
Outputs requested GLOBALS in JSON format for Admins when WP_DEBUG is true.
== Description ==
This JSON based debugger outputs requested GLOBALS in JSON format for Admins when WP_DEBUG is true. FYI, a quick Google search lead me to JSONView, which is a nifty looking plugin available for Chrome and Firefox.
== Installation ==
This plugin does not require any special activation or template tags. Just get it from github, install and activate like normal.
== Frequently Asked Questions ==
= Does this debug JSON? =
Nope. It's a JSON *Based* Debugger.
== Changelog ==
= 0.1 =
* Initial Release.
== Upgrade Notice ==
= 0.1 =
Initial Release, there is nothing to upgrade from.