Comprehensive and Detailed 100 to 150 words of Explanation From Oracle AI Database topics:
JSON is widely used in application development because a JSON document can directly represent an application object, including hierarchical relationships through nested objects and arrays. Oracle’s JSON-Relational Duality documentation specifically notes that a single JSON document can represent an application object directly and is self-contained and schema-flexible. Oracle AI Database also supports native JSON storage, indexing, querying, and transactional processing. Option A is incorrect because JSON does not require a fixed document schema before storage. Option B is incorrect because JSON is a data representation, not a replacement for APIs or CRUD operations. Option C is also false because JSON supports strings, numbers, booleans, null, objects, and arrays. Therefore, mapping naturally to application objects and nested structures is the strongest reason among the choices. Oracle Docs
===============
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit