### Feature Request #### What & Why Since Oracle v21 `JSON` type is natively supported. It should be used over generic `CLOB` because of better table introspection. #### How ``` CREATE TABLE Product ( json JSON ) ```