How to represent this as a query
by Pete Muir
Hi,
I have this piece of JSON, which maps to a contributor profile on the DCP:
{:displayName=>"Pete Muir", :accounts=>[{"username"=>"pmuir", "domain"=>"vimeo.com"}]}
How do I represent this as a query? Iām not sure how to represent the nested structure for the best...
Thanks
Pete
10 years, 9 months