Skip to content

Instantly share code, notes, and snippets.

View bitlewis's full-sized avatar

Bitlewis bitlewis

  • Copperfield Management Corp
  • Canada
View GitHub Profile
@bitlewis
bitlewis / json-object-array-foreach-loop.php
Created February 11, 2020 09:17 — forked from chancesmith/json-object-array-foreach-loop.php
Foreach loop through JSON object array
<?php
$json = '[
{
"categories": "10,11",
"title": "Promos",
"columns": "col-md-3"
},
{
"categories": "10,12",
@bitlewis
bitlewis / json-object-array-foreach-loop.php
Created February 11, 2020 09:17 — forked from chancesmith/json-object-array-foreach-loop.php
Foreach loop through JSON object array
<?php
$json = '[
{
"categories": "10,11",
"title": "Promos",
"columns": "col-md-3"
},
{
"categories": "10,12",