{"id":1380,"date":"2026-02-03T18:52:39","date_gmt":"2026-02-03T18:52:39","guid":{"rendered":"https:\/\/monkey.ploogie.co.uk\/?page_id=1380"},"modified":"2026-02-03T18:52:39","modified_gmt":"2026-02-03T18:52:39","slug":"mwnci-savejson-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-savejson-function\/","title":{"rendered":"Mwnci savejson() Function"},"content":{"rendered":"<h2>Syntax<\/h2>\n<p>savejson<strong>(<em>filename, iterable<\/em>)<\/strong><\/p>\n<h2>Description<\/h2>\n<p>The <i>savejson()<\/i> function writes a given JSON structure as a string to the named file.  The JSON is fully expanded in the file&#8221;<\/p>\n<h2>Example<\/h2>\n<pre>include(\"json\")\r\na=[{\"name\": \"Neddie\", \"age\": 12},{\"name\": \"grytpipe\", \"age\": 4}]\r\nsavejson(\"\/tmp\/foo.json\", a)\r\n<\/pre>\n<p><em>\/tmp\/foo.json<\/em> will contain:<\/p>\n<pre>\r\n[\r\n  {\r\n    \"name\": \"Neddie\",\r\n    \"age\": 12\r\n  },\r\n  {\r\n    \"name\": \"grytpipe\",\r\n    \"age\": 4\r\n  }\r\n]\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Syntax savejson(filename, iterable) Description The savejson() function writes a given JSON structure as a string to the named file. The JSON is fully expanded in the file&#8221; Example include(&#8220;json&#8221;) a=[{&#8220;name&#8221;: &#8220;Neddie&#8221;, &#8220;age&#8221;: 12},{&#8220;name&#8221;: &#8220;grytpipe&#8221;, &#8220;age&#8221;: 4}] savejson(&#8220;\/tmp\/foo.json&#8221;, a) \/tmp\/foo.json will contain: [ { &#8220;name&#8221;: &#8220;Neddie&#8221;, &#8220;age&#8221;: 12 }, { &#8220;name&#8221;: &#8220;grytpipe&#8221;, &#8220;age&#8221;: 4 } ]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1380","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/1380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=1380"}],"version-history":[{"count":1,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/1380\/revisions"}],"predecessor-version":[{"id":1381,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/1380\/revisions\/1381"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=1380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}