MySQL and JSON: A Practical Programming Guide
- Length: 128 pages
- Edition: 1
- Language: English
- Publisher: McGraw-Hill Education
- Publication Date: 2018-06-06
- ISBN-10: 1260135446
- ISBN-13: 9781260135442
- Sales Rank: #998298 (See Top 100 Books)
Practical instruction on using JavaScript Object Notation (JSON) with MySQL
This hands-on guide teaches, step by step, how to use JavaScript Object Notation (JSON) with MySQL. Written by a MySQL Community Manager for Oracle, MySQL and JSON: A Practical Programming Guide shows how to quickly get started using JSON with MySQL and clearly explains the latest tools and functions. All content is based on the author’s years of interaction with MySQL professionals. Throughout, real-world examples and sample code guide you through the syntax and application of each method. You will get in-depth coverage of programming with the MySQL Document Store.
- See how JavaScript Object Notation (JSON) works with MySQL
- Use JSON as string data and JSON as a data type
- Find the path, load data, and handle searches with REGEX
- Work with JSON and non-JSON output
- Build virtual generated columns and stored generated columns
- Generate complex geometries using GeoJSON
- Convert and manage data with JSON functions
- Access JSON data, collections, and tables through MySQL Document Store
Table of Contents
Chapter 1 Introduction
Chapter 2 Json As String Data Vs. Json As A Data Type
Chapter 3 Finding The Path
Chapter 4 Finding And Getting Data
Chapter 5 Changing Data
Chapter 6 Json And Non-Json Output
Chapter 7 Generated Columns
Chapter 8 Geojson
Chapter 9 Php’S Json Functions
Chapter 10 Loading Json Data
Chapter 11 The Mysql Document Store
Chapter 12 Programming With The Mysql Document Store