Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Server-side "Field State" parser.

$
0
0
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:

Code:

...{"name":"type","width":100}...
It has some double quotes omitted, like follows.

Code:

...{name:"type",width:100}...
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)

Viewing all articles
Browse latest Browse all 4756

Trending Articles