Skip to content

Instantly share code, notes, and snippets.

@syoyo
Created October 15, 2009 03:39
Show Gist options
  • Save syoyo/210645 to your computer and use it in GitHub Desktop.
Save syoyo/210645 to your computer and use it in GitHub Desktop.
As binary form = '\xac\x00\x00\x00\x03global\x00\x9f\x00\x00\x00\x03camera\x00\x14\x00\x00\x00\x02name\x00\x05\x00\x00\x00muda\x00\x00\x04geom\x00x\x00\x00\x00\x030\x00p\x00\x00\x00\x04p\x00h\x00\x00\x00\x010\x00\x00\x00\x00\x00\x00\x00\xf0?\x011\x00\x00\x00\x00\x00\x00\x00\x00\x00\x012\x00\x00\x00\x00\x00\x00\x00\xf0?\x013\x00\x00\x00\x00\x00\x00\x00\x00@\x014\x00\x00\x00\x00\x00\x00\x00\x00\x00\x015\x00\x00\x00\x00\x00\x00\x00\xf0?\x016\x00\x00\x00\x00\x00\x00\x00\x08@\x017\x00\x00\x00\x00\x00\x00\x00\x00@\x018\x00\x00\x00\x00\x00\x00\x00\xf0?\x00\x00\x00\x00\x00'
As python dict = {u'global': {u'camera': {u'name': u'muda'}, u'geom': [{u'p': [1.0, 0.0, 1.0, 2.0, 0.0, 1.0, 3.0, 2.0, 1.0]}]}}
As JSON = {"global": {"camera": {"name": "muda"}, "geom": [{"p": [1.0, 0.0, 1.0, 2.0, 0.0, 1.0, 3.0, 2.0, 1.0]}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment