Hi Isomorphic,
Do you have any field state parsing utilities server-side that I can use to easily parse and utilize the information provided in the field state?
It seems awfully close to JSON, however, instead of:
It has some double quotes omitted, like follows.
This is causing the parser I am utilizing to throw an exception. If I add the double quotes, it appears to parse OK.
Thanks
SmartClient Version: SNAPSHOT_v10.1d_2015-08-06/Pro Deployment (built 2015-08-06)
Do you have any field state parsing utilities server-side that I can use to easily parse and utilize the information provided in the field state?
It seems awfully close to JSON, however, instead of:
Code:
...{"name":"type","width":100}...
Code:
...{name:"type",width:100}...
Thanks
SmartClient Version: SNAPSHOT_v10.1d_2015-08-06/Pro Deployment (built 2015-08-06)
Comment