Password generator
Create secure passwords with your own rules.
DEVELOPER
Validate and neatly format your data.
Accepts consecutive documents, JSON and MongoDB syntax. Up to 100,000 characters. Everything is processed locally.
| nombre | activo | origen.país | etiquetas[0] | etiquetas[1] |
|---|---|---|---|---|
| UtilityInstant | true | España | gratis | privado |
Text by default. Empty arrays and null become blank; populated arrays expand using indices. ISO dates are exported as ISO text.
Use XLSX to preserve leading zeros and types in Excel. Copy and CSV protect possible formulas by adding an apostrophe.
Valid JSON. MongoDB types use Extended JSON. Binary BSON is not imported.
[
{
"nombre": "UtilityInstant",
"activo": true,
"origen": {
"país": "España"
},
"etiquetas": [
"gratis",
"privado"
]
}
]