Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/protocol-buffers-schema/
Upload File :
Current File : //etc/kibana/node_modules/protocol-buffers-schema/example.js

var schema = require('./')
var fs = require('fs')

var sch = schema.parse(fs.readFileSync('example.proto'))

console.log('Parsed schema:')
console.log(JSON.stringify(sch, null, 2))
console.log('')

console.log('Stringified schema:')
console.log(schema.stringify(sch))