You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
json.human.js: Json Formatting for Human Beings
2
2
===============================================
3
3
4
-
A small library to convert a JSON object into a human readable HTML representation that is easy to style for different purposes.
4
+
A small library to convert a JSON object into a human readable HTML
5
+
representation that is easy to style for different purposes.
5
6
6
7
Who?
7
8
----
@@ -11,22 +12,24 @@ Mariano Guerra
11
12
Why?
12
13
----
13
14
14
-
At `Event Fabric<http://event-fabric.com/>`_ we need to display JSON to people from all technical levels without being to technical but also without losing information about the underlying JSON object.
15
+
At `Event Fabric<http://event-fabric.com/>`_ we need to display JSON to people
16
+
from all technical levels without being to technical but also without losing
17
+
information about the underlying JSON object.
15
18
16
19
How?
17
20
----
18
21
19
-
you can see js/demo.js in this repo for an example or use it live at the `project page<http://marianoguerra.github.io/json.human.js>`_
22
+
you can see js/demo.js in this repo for an example or use it live at the