Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active June 29, 2020 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save animoplex/28c421c04d82600040025b6035c01128 to your computer and use it in GitHub Desktop.
Save animoplex/28c421c04d82600040025b6035c01128 to your computer and use it in GitHub Desktop.
Example JSON File - After Effects JSON by Animoplex
// Example After Effects JSON File - Created by Animoplex: www.animoplex.com
// Full Tutorial: https://www.youtube.com/watch?v=Wkr_XOpsAFU&t=554s
{
"planet": {
"mercury": {
"name": "Mercury",
"radius": 2439.7,
"distance": {
"perihelion": 46001200,
"aphelion": 69816900
},
"gravity": 0.380
},
"venus": {
"name": "Venus",
"radius": 6051.8,
"distance": {
"perihelion": 107477000,
"aphelion": 108939000
},
"gravity": 0.904
},
"earth": {
"name": "Earth",
"radius": 6378.1,
"distance": {
"perihelion": 147095000,
"aphelion": 152100000
},
"gravity": 1.000
},
"mars": {
"name": "Mars",
"radius": 3389.5,
"distance": {
"perihelion": 206654500,
"aphelion": 249230000
},
"gravity": 0.376
},
"jupiter": {
"name": "Jupiter",
"radius": 69911.0,
"distance": {
"perihelion": 740520000,
"aphelion": 816620000
},
"gravity": 2.528
},
"saturn": {
"name": "Saturn",
"radius": 58232.0,
"distance": {
"perihelion": 1352550000,
"aphelion": 1514500000
},
"gravity": 1.065
},
"uranus": {
"name": "Uranus",
"radius": 25362.0,
"distance": {
"perihelion": 2742129000,
"aphelion": 3008413100
},
"gravity": 0.886
},
"neptune": {
"name": "Neptune",
"radius": 24622.0,
"distance": {
"perihelion": 4459512500,
"aphelion": 4537303400
},
"gravity": 1.14
}
},
"star": {
"sun": {
"name": "Sun",
"radius": 695700.0,
"gravity": 27.940
}
},
"dwarf": {
"pluto": {
"name": "Pluto",
"radius": 1188.3,
"distance": {
"perihelion": 4436800000,
"aphelion": 7375900000
},
"gravity": 0.620
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment