Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 19, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/dcce3148cb8f10c32fe3365684ba4f41 to your computer and use it in GitHub Desktop.
Save parzibyte/dcce3148cb8f10c32fe3365684ba4f41 to your computer and use it in GitHub Desktop.
<?php
return [
"clave" => "valor",
"iva" => 16,
"anidado" => [
"clave" => "valor",
"otra_clave" => 4897,
"una_mas" => 5.6
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment