如何使用Python为该给定数据创建json?

时间:2019-01-29 07:12:49

标签: python python-3.x python-2.7 pyspark-sql

这是我的输入数据。请问如何在python中实现此目标?

enter image description here

我期望的杰森是:

List<User> list== new ArrayList <>();

我已经在pyspark中编写了代码,并且我的代码正在以以下格式生成JSON,但带有转义字符()

{
    "segmentID": 1,
    "Val": 15,
    "city": {
        "Bangalore": 1,
        "Chennai": 2,
        "Mumbai": 3,
        "Pune": 4
    }
}

0 个答案:

没有答案