With specific query, I can get below value for one field: { "key1": { "field1": x }, "key2": { "field2": xx }, "key3": { "field3": xxx } }...
See more...
With specific query, I can get below value for one field: { "key1": { "field1": x }, "key2": { "field2": xx }, "key3": { "field3": xxx } } Every time, the string of key1,2,3 are different, and the string of field1,2,3 are also different, even the number of key is different for each query, it may eixst key4, key5... Now I want to get below table, could someone help on this? Thanks. Name A Name B key1 field1 key2 field2 key3 field3 ... ...