SQLite provides JSON functions for you to store, maintain, and manipulate JSON data in the database. Functions for JSON data validation and aggregation are also available, as well, of course, for parsing and extraction.
If you want to learn about JSON data and functions in SQLite, this is the book of choice.
It is a practical book, every one of the functions is clarified and demonstrated by examples.