wajatimur / node-phonenumber

Google's phone number handling library ported to Node
33 stars 5 forks source link

Convert proto buf to JS object? #11

Closed niftylettuce closed 8 years ago

niftylettuce commented 9 years ago

e.g. - how do I convert this to a JSON object with fields/values?

{ values_: [Object],
        fields_: [Object],
        lazyDeserializer_: {},
        deserializedFields_: [Object] }
wajatimur commented 8 years ago

Hi can you explain detail on what you were trying to do, it seems its already in JSON object. Are referring to Google protocol buffer?

niftylettuce commented 8 years ago

No longer need this.