Python Result

{
 "name": "Bill",
 "age": 63,
 "married": true,
 "divorced": false,
 "children": [
 "Jennifer",
 "Rory",
 "Phoebe"
 ],
 "pets": null,
 "cars": [
 {
 "model": "Porsche",
 "mpg": 38.2
 },
 {
 "model": "BMW M5",
 "mpg": 26.9
 }
 ]
}

AltStyle によって変換されたページ (->オリジナル) /