Skip to content

Formatted (pretty-printed) the demo .json data to make them more human readable #33

Open
sente wants to merge 1 commit intosamizdatco:masterfrom
sente:master
Open

Formatted (pretty-printed) the demo .json data to make them more human readable #33
sente wants to merge 1 commit intosamizdatco:masterfrom
sente:master

Conversation

@sente
Copy link
Copy Markdown

@sente sente commented Jul 4, 2012

All I changed was the formatting of the demo .json data.

I did so by simply running this bash loop within demos/atlas/maps/ and demos/halfviz/library/ directories:

for i in *.json;
do
    echo $i;
    json-tool $i > $i.new;
    mv $i.new $i;
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant