Please me why I can't reverse my JSON values -- rest service works.
http://appery.io/app/mobile-frame?src...
I can't reverse my json in the rest service even though the Json string checks out fine.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
http://appery.io/app/mobile-frame?src...
I can't reverse my json in the rest service even though the Json string checks out fine.
{
"dispnum":"465971 ",
"towdate":"12/31/11",
"yearcar":"94",
"makecar":"Honda ",
"modelcar":"Civic ",
"colorcar":"BLU ",
"calltype":"S ",
"datein":"12/31/11",
"dateout":"01/02/12",
"callactnum":"CPD ",
"refnumber":"11-07961 ",
"callname":"CARLSBAD POLICE DEPARTMENT ",
"licensest":"CA",
"licensenum":"6LFM179",
"callphone":"(760)931-2100 ",
"days":"3 ",
"storagetype":"3 ",
"whocalled":" ",
"perday":"45 ",
"perdaytotal":"135 ",
"vin":"2HGEH2359RH516532",
"tagmonthyear":"05/12",
"bodytype":"2 Door Hatch",
"towedfrom":"2560 EL CAMINO REAL, CBD [@ VONS ",
"towedto":"3199 TYLER STREET, CARLSBAD, CA 92008 ",
"retowto":" ",
"cross_street":" ",
"odometer":"148303 ",
"membernum":" ",
"liendout":" / / ",
"liendin":" / / ",
"lientype":"R ",
"lientypems":" ",
"lienfee":"0 ",
"releaselic":"E3266266 ",
"condition":"TOWABLE ",
"keysinfo":"N ",
"holdnote":"NO RELEASE NEEDED ",
"callremark1":" ",
"aaacallnum":" ",
"priority":"1 ",
"equipment":" ",
"regnametow":"ARTHUR ASHLEY ",
"regname":" ",
"regaddr1":"3042 BROADWAY ",
"regaddr2":" ",
"regcity":"SAN DIEGO ",
"regstate":"CA",
"regzip":"92102 ",
"releasetype":" ",
"foxtow_id":" ",
"mapcord":" ",
"area":" ",
"ftiresize":" ",
"rtiresize":" ",
"wposition":" ",
"invoicenum":"578737 ",
"odometer":"148303 ",
"driver":"JIMMY 19",
"towtagnum":" ",
"trucknum":"21 ",
"timerec":"23:06",
"timecall":" : ",
"timeinrt":"23:07",
"timearrive":"23:18",
"timeintow":"23:33",
"timeardst":"23:51",
"timeclear":"23:58",
"invdate":"01/02/12",
"itemgroup":"C ",
"ponumber":" ",
"billtoact":"COD ",
"billtoname":"LAUREN STONE ",
"billtoaddr1":"435 W THORN ST ",
"billtoaddr2":" ",
"billtocity":"SAN DIEGO ",
"billtost":"CA",
"billtozip":"92103- ",
"billtophone":" ",
"billtophone":" ",
"paytype":"CRD",
"releasedate":" / / ",
"release_time":"14:27",
"rleease_bywho":"MARIE ",
"release_time2":"14:26",
"kitnum":" ",
"oldinvnum":" ",
"aaamemtype":" ",
"miles":"0 ",
"milesto":"0 ",
"datepaid":"01/02/12",
"custnum":"COD ",
"callactnum":"CPD ",
"paytype":"CRD",
"amount":"345 ",
"referencenum":"4789230001046624 01/14"
}
this is the result of the string parse...
===
raw file is below
{"dispnum":"465971 ","towdate":"12/31/11","yearcar":"94","makecar":"Honda ","modelcar":"Civic ","colorcar":"BLU ","calltype":"S ","datein":"12/31/11","dateout":"01/02/12","callactnum":"CPD ","refnumber":"11-07961 ","callname":"CARLSBAD POLICE DEPARTMENT ","licensest":"CA","licensenum":"6LFM179","callphone":"(760)931-2100 ","days":"3 ","storagetype":"3 ","whocalled":" ","perday":"45 ","perdaytotal":"135 ","vin":"2HGEH2359RH516532","tagmonthyear":"05/12","bodytype":"2 Door Hatch","towedfrom":"2560 EL CAMINO REAL, CBD [@ VONS ","towedto":"3199 TYLER STREET, CARLSBAD, CA 92008 ","retowto":" ","cross_street":" ","odometer":"148303 ","membernum":" ","liendout":" / / ","liendin":" / / ","lientype":"R ","lientypems":" ","lienfee":"0 ","releaselic":"E3266266 ","condition":"TOWABLE ","keysinfo":"N ","holdnote":"NO RELEASE NEEDED ","callremark1":" ","aaacallnum":" ","priority":"1 ","equipment":" ","regnametow":"ARTHUR ASHLEY ","regname":" ","regaddr1":"3042 BROADWAY ","regaddr2":" ","regcity":"SAN DIEGO ","regstate":"CA","regzip":"92102 ","releasetype":" ","foxtow_id":" ","mapcord":" ","area":" ","ftiresize":" ","rtiresize":" ","wposition":" ","invoicenum":"578737 ","odometer":"148303 ","driver":"JIMMY 19","towtagnum":" ","trucknum":"21 ","timerec":"23:06","timecall":" : ","timeinrt":"23:07","timearrive":"23:18","timeintow":"23:33","timeardst":"23:51","timeclear":"23:58","invdate":"01/02/12","itemgroup":"C ","ponumber":" ","billtoact":"COD ","billtoname":"LAUREN STONE ","billtoaddr1":"435 W THORN ST ","billtoaddr2":" ","billtocity":"SAN DIEGO ","billtost":"CA","billtozip":"92103- ","billtophone":" ","billtophone":" ","paytype":"CRD","releasedate":" / / ","release_time":"14:27","rleease_bywho":"MARIE ","release_time2":"14:26","kitnum":" ","oldinvnum":" ","aaamemtype":" ","miles":"0 ","milesto":"0 ","datepaid":"01/02/12","custnum":"COD ","callactnum":"CPD ","paytype":"CRD","amount":"345 ","referencenum":"4789230001046624 01/14"}
Hello - how you reversing it now? Can you give a code example?
I'm not. I was hoping to reverse using your software, but I guess I have to hand code. I reversed before with your button. Just worried about my json if it won't reverse automatically.
Hello! Sorry, not sure I understand. Could you clarify please? Do you have any specific question?