Skip to content

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