【发布时间】:2016-07-17 02:07:23
【问题描述】:
谁能帮忙清理下面的 JSON
"1-Transaction Transfer Info Segment-F2":{
"Selling Store Number":"01818",
"Transaction Date":"2014-09-08",
"Transaction Time":"05:45:49",
"Transaction Service Type":"I",
"IP Time Id":"118180546186"
}
我想清理这个json如下
1-Transaction Transfer Info Segment-F2 =>1_Transaction_Transfer_Info_Segment_F2
Selling Store Number => Selling_Store_Number,
Transaction Service Type => Transaction_Servic_Type,
IP Time Id => IP_Time_Id
【问题讨论】:
-
我已经解决了..