Skip to content
New issue

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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sente
Copy link

@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