summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph
Commit message (Expand)AuthorAgeFilesLines
* node-link repr. contains graph dict 'as is'jandanielr2014-10-072-6/+8
* Allow JSON attributes to be customizedysitu2014-05-306-84/+229
* Remove JSON serializer helpersAric Hagberg2014-04-203-81/+0
* Add JSON format documentationAric Hagberg2014-01-041-1/+9
* JSON graph fix to handle unicode dict keysAric Hagberg2013-10-223-3/+19
* Whitespace cleanupAric Hagberg2013-01-261-11/+10
* Fix multigraph handling with node-link format.Aric Hagberg2013-01-262-11/+22
* Whitespace cleanup. Copy before pop.Aric Hagberg2013-01-262-16/+29
* Add multigraph handling to json adjacency format.Aric Hagberg2013-01-261-5/+15
* Add tests to distribution.Aric Hagberg2011-11-154-0/+0
* JSON graph data generators and serializers.Aric Hagberg2011-09-199-0/+534