Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 274 Bytes

datastructure-intl-object.md

File metadata and controls

12 lines (12 loc) · 274 Bytes

Resulting data structure - Intl object input

Your resulting object will not look much different than before apart from the fact that it will now group it's content within the langauge keys. eg:

{
  "en": {
    "...": "..."
  },
  "fr": {
    "...": "..."
  }
}