abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

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.

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Please me why I can't reverse my JSON values -- rest service works.

{
"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"
}

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Please me why I can't reverse my JSON values -- rest service works.

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"}

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Please me why I can't reverse my JSON values -- rest service works.

Hello - how you reversing it now? Can you give a code example?

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Please me why I can't reverse my JSON values -- rest service works.

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Please me why I can't reverse my JSON values -- rest service works.

Hello! Sorry, not sure I understand. Could you clarify please? Do you have any specific question?

Return to “Issues”