I have several snippets in long common json, like in this piece (2 snippets):
"document.NAME1":{"name":"document.NAME1","result":[{"name":"**Patent**","count":54},{"name":"**Journal**","count":6}], ...},
"document.NAME2":{"name":"document.NAME2","result":[{"name":"**2013-12-01**","count":18},{"name":"**2012-12-09**","count":3},{"name":"**2012-12-06**","count":2}]
How should I write the regexp in JMeter in this case to get values like Patent, Journal,... for NAME1 and 2013-12-01,2012-12-09,... for NAME2 from this json?