{"id":11973,"date":"2023-10-30T06:32:22","date_gmt":"2023-10-30T13:32:22","guid":{"rendered":"https:\/\/www.mysqltutorial.org\/mysql-json\/"},"modified":"2023-11-11T01:37:36","modified_gmt":"2023-11-11T08:37:36","slug":"mysql-json","status":"publish","type":"page","link":"https:\/\/www.mysqltutorial.org\/mysql-json\/","title":{"rendered":"MySQL JSON"},"content":{"rendered":"\n<p>This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions. <\/p>\n\n\n\n<p>By the end of this tutorial, you will be proficient in working with JSON data in MySQL, from storing and retrieving JSON documents to performing advanced querying and manipulation tasks.<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 1: Introduction to JSON in MySQL<\/h2>\n\n\n\n<p>This section introduces you to the JSON data type in MySQL and a brief overview of some useful JSON functions.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json-data-type\/\">JSON Data Type<\/a> &#8211; Introduction to JSON data type in MySQL.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_array\/\">JSON_ARRAY()<\/a> &#8211; Create JSON arrays from a list of values.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_object\/\">JSON_OBJECT()<\/a> &#8211; Create JSON objects from key-pair values.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 2: Searching in JSON documents<\/h2>\n\n\n\n<p>In this section, you&#8217;ll learn how to construct JSON path expressions and use them to search for data in JSON documents.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json-path\/\">JSON Path<\/a> &#8211; Show you how to construct JSON path expressions to navigate through elements or specify a piece of data within a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_contains_path\/\">JSON_CONTAINS_PATH()<\/a> &#8211; Check whether a JSON document contains specified paths.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_contains\/\">JSON_CONTAINS()<\/a> &#8211; Show you how to check if a JSON document contains another JSON document at a specified path.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_overlaps\/\">JSON_OVERLAPS()<\/a> &#8211; Compare two JSON documents and return true if the two documents have key-value pairs or array elements in common.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_search\/\">JSON_SEARCH()<\/a> &#8211; Return a path that matches a given string within a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_keys\/\">JSON_KEYS()<\/a> &#8211; Learn how to get the keys specified by a path in a JSON document.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 3: Modifying JSON Documents<\/h2>\n\n\n\n<p>This section shows you how to modify a JSON document by inserting values, replacing existing values with new ones, or adding non-existing values to a JSON document.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_insert\/\">JSON_INSERT()<\/a> &#8211; Insert one or more values into a JSON document without replacing existing values.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_replace\/\">JSON_REPLACE()<\/a>&nbsp;&#8211; Replace&nbsp;<em>only<\/em>&nbsp;existing values in a JSON document with new values.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_set\/\">JSON_SET()<\/a> &#8211; &nbsp;Replace existing values and add non-existing values to a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_remove\/\">JSON_REMOVE()<\/a> &#8211; Remove elements from a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_merge_patch\/\">JSON_MERGE_PATCH()<\/a> &#8211; Merge two or more JSON documents into a single JSON document while discarding duplicate keys.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_merge_preserve\/\">JSON_MERGE_PRESERVE()<\/a> &#8211; Merge two or more JSON documents into a single JSON document while preserving the structure of the original JSON document.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 4: Querying JSON Documents<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_extract\/\">JSON_EXTRACT()<\/a> &#8211; Retrieve JSON data using JSON_EXTRACT and JSON_UNQUOTE functions as well as the -&gt; and -&gt;&gt; operators.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_value\/\">JSON_VALUE()<\/a> &#8211; Extract a value at a specific path from a JSON document and optionally convert it to a value of a desired type.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 5. Working with JSON arrays<\/h2>\n\n\n\n<p>In this section, you&#8217;ll learn about functions that handle JSON arrays including creating JSON arrays, appending an element to an array, and inserting elements into an array.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_array_append\/\">JSON_ARRAY_APPEND()<\/a> &#8211; Append one or more elements at the end of a JSON array within a JSON document. <\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_array_insert\/\">JSON_ARRAY_INSERT()<\/a> &#8211; Insert one or more elements into a specified position in a JSON array within a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-member-of\/\">MEMBER OF<\/a> &#8211; Determine if a value is a member of a JSON array.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 6: Aggregating JSON Data<\/h2>\n\n\n\n<p>This section introduces to you two aggregate functions that aggregate data into JSON arrays and JSON objects.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_arrayagg\/\">JSON_ARRAYAGG()<\/a> &#8211; aggregate values into a JSON array.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_objectagg\/\">JSON_OBJECTAGG()<\/a> &#8211; aggregate key-value pairs from columns into a JSON object.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 7: Indexing JSON data<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json-index\/\">Indexing JSON<\/a> &#8211; show you how to use functional indexes to index JSON data for faster JSON retrieval.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 8: Getting attributes of JSON values<\/h2>\n\n\n\n<p>This section introduces you to functions that get the attributes of JSON values.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_type\/\">JSON_TYPE()<\/a> &#8211; Get the type of a JSON value.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_length\/\">JSON_LENGTH()<\/a> &#8211; Get the length of a JSON document or a value identified by a path within a JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_depth\/\">JSON_DEPTH()<\/a> &#8211; Get the depth of a JSON document.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 9: JSON table functions<\/h2>\n\n\n\n<p>This section introduces you to functions that convert JSON data to tabular data.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_table\/\">JSON_TABLE()<\/a> &#8211; Convert JSON documents to tabular data.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 10: JSON validation functions<\/h2>\n\n\n\n<p>This section introduces you to some of the JSON utility functions.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_valid\/\">JSON_VALID()<\/a> &#8211; Check whether a value is a valid JSON document.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_schema_valid\/\">JSON_SCHEMA_VALID()<\/a> &#8211; Validate a JSON document based on a JSON schema.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_schema_validation_report\/\">JSON_SCHEMA_VALIDATION_REPORT<\/a> &#8211; Validate a JSON document based on a JSON schema and report the reason for the validation violations.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Section 11: JSON utility functions<\/h2>\n\n\n\n<p>This section introduces you to some of the JSON utility functions.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_pretty\/\">JSON_PRETTY()<\/a> &#8211; Pretty-print JSON data for better readability.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_storage_size\/\">JSON_STORAGE_SIZE()<\/a> &#8211; Obtain the storage size in bytes of JSON data.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_storage_free\/\">JSON_STORAGE_FREE()<\/a> &#8211; &nbsp;Get how much space was freed after it was updated for a JSON column value.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_quote\/\">JSON_QUOTE()<\/a> &#8211; Quote a string as a&nbsp;JSON value&nbsp;by wrapping it with double quote characters and escaping interior quotes and other characters.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/mysql-json_unquote\/\">JSON_UNQUOTE()<\/a> &#8211; Remove double quotes from a JSON value.<\/li>\n<\/ul>\n<\/div><\/div>\n<div class=\"helpful-block-content\" data-title=\"\">\n\t<header>\n\t\t<div class=\"wth-question\">Was this tutorial helpful? <\/div>\n\t\t<div class=\"wth-thumbs\">\n\t\t\t<button\n\t\t\t\tdata-post=\"11973\"\n\t\t\t\tdata-post-url=\"https:\/\/www.mysqltutorial.org\/mysql-json\/\"\n\t\t\t\tdata-post-title=\"MySQL JSON\"\n\t\t\t\tdata-response=\"1\"\n\t\t\t\tclass=\"wth-btn-rounded wth-yes-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t\tclass=\"feather feather-thumbs-up block w-full h-full\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> Yes <\/span>\n\t\t\t<\/button>\n\n\t\t\t<button\n\t\t\t\tdata-response=\"0\"\n\t\t\t\tdata-post=\"11973\"\n\t\t\t\tdata-post-url=\"https:\/\/www.mysqltutorial.org\/mysql-json\/\"\n\t\t\t\tdata-post-title=\"MySQL JSON\"\n\t\t\t\tclass=\"wth-btn-rounded wth-no-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> No <\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t<\/header>\n\n\t<div class=\"wth-form hidden\">\n\t\t<div class=\"wth-form-wrapper\">\n\t\t\t<div class=\"wth-title\"><\/div>\n\t\t\t\n\t\t\t<textarea class=\"wth-message\"><\/textarea>\n\n\t\t\t<button class=\"btn btn-primary wth-btn-submit\">Send<\/button>\n\t\t\t<button class=\"btn wth-btn-cancel\">Cancel<\/button>\n\t\t\n\t\t<\/div>\n\t<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions. <\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":9,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11973","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MySQL JSON<\/title>\n<meta name=\"description\" content=\"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mysqltutorial.org\/mysql-json\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MySQL JSON\" \/>\n<meta property=\"og:description\" content=\"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mysqltutorial.org\/mysql-json\/\" \/>\n<meta property=\"og:site_name\" content=\"MySQL Tutorial\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-11T08:37:36+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mysqltutorial.org\\\/mysql-json\\\/\",\"url\":\"https:\\\/\\\/www.mysqltutorial.org\\\/mysql-json\\\/\",\"name\":\"MySQL JSON\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mysqltutorial.org\\\/#website\"},\"datePublished\":\"2023-10-30T13:32:22+00:00\",\"dateModified\":\"2023-11-11T08:37:36+00:00\",\"description\":\"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mysqltutorial.org\\\/mysql-json\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mysqltutorial.org\\\/mysql-json\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mysqltutorial.org\\\/mysql-json\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mysqltutorial.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MySQL JSON\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mysqltutorial.org\\\/#website\",\"url\":\"https:\\\/\\\/www.mysqltutorial.org\\\/\",\"name\":\"MySQL Tutorial\",\"description\":\"A comprehensive MySQL Tutorial\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mysqltutorial.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MySQL JSON","description":"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mysqltutorial.org\/mysql-json\/","og_locale":"en_US","og_type":"article","og_title":"MySQL JSON","og_description":"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.","og_url":"https:\/\/www.mysqltutorial.org\/mysql-json\/","og_site_name":"MySQL Tutorial","article_modified_time":"2023-11-11T08:37:36+00:00","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mysqltutorial.org\/mysql-json\/","url":"https:\/\/www.mysqltutorial.org\/mysql-json\/","name":"MySQL JSON","isPartOf":{"@id":"https:\/\/www.mysqltutorial.org\/#website"},"datePublished":"2023-10-30T13:32:22+00:00","dateModified":"2023-11-11T08:37:36+00:00","description":"This MySQL JSON tutorial helps you gain a deep understanding of the JSON data type and its associated functions.","breadcrumb":{"@id":"https:\/\/www.mysqltutorial.org\/mysql-json\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mysqltutorial.org\/mysql-json\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mysqltutorial.org\/mysql-json\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mysqltutorial.org\/"},{"@type":"ListItem","position":2,"name":"MySQL JSON"}]},{"@type":"WebSite","@id":"https:\/\/www.mysqltutorial.org\/#website","url":"https:\/\/www.mysqltutorial.org\/","name":"MySQL Tutorial","description":"A comprehensive MySQL Tutorial","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mysqltutorial.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/pages\/11973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/comments?post=11973"}],"version-history":[{"count":5,"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/pages\/11973\/revisions"}],"predecessor-version":[{"id":12259,"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/pages\/11973\/revisions\/12259"}],"wp:attachment":[{"href":"https:\/\/www.mysqltutorial.org\/wp-json\/wp\/v2\/media?parent=11973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}