Skip to content

Instantly share code, notes, and snippets.

@truthadjustr
Created January 29, 2019 13:05
Show Gist options
  • Save truthadjustr/f198e4889c5727f2bc6d9efda689b302 to your computer and use it in GitHub Desktop.
Save truthadjustr/f198e4889c5727f2bc6d9efda689b302 to your computer and use it in GitHub Desktop.

Revisions

  1. truthadjustr created this gist Jan 29, 2019.
    14 changes: 14 additions & 0 deletions protobuf.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@

    var EXAMPLE = {
    foo: 'hello',
    hello: 42,
    payload: new Buffer('a'),
    meh: {
    b: {
    tmp: {
    baz: 1000
    }
    },
    lol: 'lol'
    }
    }