Skip to content
AKC Bitácora
Search
K
Main Navigation
Home
Posts
Acerca
54.Code
Appearance
54.Code
Menu
Return to top
En esta página
Table of Contents for current page
20230328: Node require JSON
node
javascript
Node soporta importar directamente un JSON, como en:
js
const
myItems
=
require
(
'./myItems.json'
);