Skip to content

Instantly share code, notes, and snippets.

@anjoismysign
Last active May 15, 2026 15:47
Show Gist options
  • Select an option

  • Save anjoismysign/f80f909e45f8a6573b149eb3ff3f1a08 to your computer and use it in GitHub Desktop.

Select an option

Save anjoismysign/f80f909e45f8a6573b149eb3ff3f1a08 to your computer and use it in GitHub Desktop.
anuncios.json
{
"anuncios": [
{
"titulo": "Promo de 2 pintos",
"mensaje": "Hoy te llevas 2 pintos por solo ₡4,000.",
"fecha": "2026-05-15"
}
],
"menus_especiales": [
{
"titulo": "Arroz con pollo",
"descripcion": "Arroz con pollo con ensalada de repollo con mayonesa y frijoles molidos.",
"fecha": "2026-05-15",
"platillos": [
{
"nombre": "ARROZ CON POLLO",
"precio": 3900
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment