14 do x=
'"',
'0A'x,
'0D'x,
'09'x,
'00'x,
'0E'x,
'0F'x,
'01'x,
'02'x,
'10'x,
'11'x,
'\';
18%mp_jsonout(OPEN,jref=webref)
19%mp_jsonout(OBJ,demo,jref=webref)
20%mp_jsonout(CLOSE,jref=webref)
28libname web JSON fileref=webref;
32 desc=Checking
for error condition with special chars export,
33 outds=work.test_results
46proc compare base=work.demo compare=web.demo(keep=x);
51 desc=Returned json is identical to input table for all special chars,
52 outds=work.test_results