hncys 发表于 2018-8-16 10:32:02

【Python进阶】03、json-xiexiaojun

|Supports the following objects and types by default:  
   |
  
   |+-------------------+---------------+
  
   || Python            | JSON          |
  
   |+===================+===============+
  
   || dict            | object      |
  
   |+-------------------+---------------+
  
   || list, tuple       | array         |
  
   |+-------------------+---------------+
  
   || str, unicode      | string      |
  
   |+-------------------+---------------+
  
   || int, long, float| number      |
  
   |+-------------------+---------------+
  
   || True            | true          |
  
   |+-------------------+---------------+
  
   || False             | false         |
  
   |+-------------------+---------------+
  
   || None            | null          |
  
   |+-------------------+---------------+


页: [1]
查看完整版本: 【Python进阶】03、json-xiexiaojun