Skip to content

JSON is kind of useless unless it has proper key/values #62

@bonatoc

Description

@bonatoc

With JS frameworks, and more generally REST APIs/HTTP requests, the current JSON structures are not much help, since we can't programmatically target keys.

How about this structure?

[
    { 
        id: 'AF', 
        value:'Afghanistan' 
    },
    {
        id: 'ZA', 
        value:'Afrique du Sud' 
    },
...
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions