Skip to content

Instantly share code, notes, and snippets.

@stockholmux
Last active June 26, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stockholmux/90d4770391b55fe483dbd614fe64192d to your computer and use it in GitHub Desktop.
Save stockholmux/90d4770391b55fe483dbd614fe64192d to your computer and use it in GitHub Desktop.
Language Structure Ordered fields Allows repeats
JavaScript & JSON Object
JavaScript Map
Python* Dict
PHP Array
Java HashMap
C# Dictionary

* The CPython implementation has maintained order for dict key-value pairs since 3.6 and prior to this OrderedDict has been available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment