Hi
I'm trying to use the dot notation in my json reader to access data.
This json looks like this:
{"totalpages":"1", "currpage":"1","totalrecords":"1", "match":{"mid":"0","t1":{"xxx":"0","yyy":"1","p":[{"a":"1"},{"b":"2"},{"c":"3"}]},"t2":{"aaa":"1","bbb":"2",p":[{"a":"4"},{"b":"5"},{"c":"6"}]}}}
The jsonreader tries to acces the “p” list with this:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top