我确实有一个包含一些属性的 json 字符串。
看起来像这样的json:
2013-06-26 14:59:06.363 DesignTable[1772:c07] {
"Table" : {
"Table name" : "F",
"Number of Seats" : "4",
"tableLocation" : {
"y coordinate" : "141.00",
"x coordinate" : "347.50"
}
}
}
2013-06-26 14:59:06.363 DesignTable[1772:c07] {
"Table" : {
"Table name" : "G",
"Number of Seats" : "4",
"tableLocation" : {
"y coordinate" : "255.50",
"x coordinate" : "360.50"
}
}
}
我如何将其发布到网络服务并将其发布到数据库?