How to convert below string into proper json format in java?

时间:2018-07-25 04:25:22

标签: json

How to convert below string into proper json format in java?

"{1=1183,1084={1=264,11=hello,482=1,481=Ram},268=nil,535=crons,63=93,402=time}"

1 个答案:

答案 0 :(得分:0)

you should use ':' instead of = and variable name instead of numbers

相关问题