Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c9a4ea

Browse files
committed
format readme
1 parentec472de commit9c9a4ea

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎README.rst‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
json.human.js: Json Formatting for Human Beings
22
===============================================
33

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.
56

67
Who?
78
----
@@ -11,22 +12,24 @@ Mariano Guerra
1112
Why?
1213
----
1314

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.
1518

1619
How?
1720
----
1821

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
23+
`project page<http://marianoguerra.github.io/json.human.js>`_
2024

2125
::
2226

2327
var node = JsonHuman.format(input);
2428
output.appendChild(node);
2529

2630

27-
To install it, if you're using `Bower<https://github.com/bower/bower>`_ you can just run :
28-
29-
::
31+
To install it, if you're using `Bower<https://github.com/bower/bower>`_ you
32+
can just run::
3033

3134
bower install json-human --save
3235

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp