Note that in contrast to JSON-oriented databases, KV just *stores* the bytes. You can't query on nes

Note that in contrast to JSON-oriented databases, KV just stores the bytes. You can't query on nested JSON fields or anything because KV has no idea it's JSON, it's just storing the content.
Was this page helpful?