杰森文件ObjectId和NumberInt

时间:2018-12-15 15:23:03

标签: json mongodb

我已经尝试调试此JSON代码,将不胜感激 我使用过Json Lint。问题是围绕它的“ _id”和NumberInt 我不想将NumberInt解析为String。 我想念什么?

{
    "_id": ObjectId("596e0b80a12dda2f1b939770"),
    "driver_name": "test",
    "driver_id": NumberInt(1),
    "loc": [22.281547, 70.7762118],
    "driver_status": NumberInt(1),
    "isdevice": NumberInt(1),
    "car_type": NumberInt(69),
    "booking_status_flag": NumberInt(0),
    "booking_status": null,
    "createdAt": "14/7/2017  14:2:12",
    "updatedAt": "14/7/2017  14:2:12",
    "feature_flag": NumberInt(0)
}

感谢您的时间

0 个答案:

没有答案