asp classic - ASP JSON library -


i'm useing json2.asp classic asp support parsing json. string i'm getting server that

{'title':['aaa',0,'1',''],'columns':['aaa','bbb','ccc','ddd']} 

the asp json parser won't work apostrophe. if change quotation mark works. problem strings might have apostrophe in (it's in hebrew word like: g'irafa needed.

is there way change json library support or change string way begining of word " or end , not in middle?

in addition word can end ' if have 2 @ end last 1 need changed.

maybe regex?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -