A json item that is itself a string that is valid json: ```sql select '{"usage":"[123]"}'->'usage'->>0 ``` Currently gives `null`, as does Postgres. But IMO it would be a better user experience if it "just worked"