Skip to content

Instantly share code, notes, and snippets.

@klokane
Created May 22, 2015 14:14
Show Gist options
  • Save klokane/405aa50eaa157b8808d2 to your computer and use it in GitHub Desktop.
Save klokane/405aa50eaa157b8808d2 to your computer and use it in GitHub Desktop.
MSON Memebers vs. Items vs. Properties

Data Structures

a1 (array)

Members

  • a
  • b

a2 (array)

Items

  • a
  • b

a3 (array)

Properties

  • a
  • b

e1 (enum)

Members

  • a
  • b

e2 (enum)

Items

  • a
  • b

e3 (enum)

Properties

  • a
  • b

o1 (object)

Members

  • a
  • b

o2 (object)

Items

  • a
  • b

o3 (object)

Properties

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