protobuf.js version: <6.8.3>
Exception
ExceptionsManager.js:65 (intermediate value)(intermediate value)(intermediate value) is not a function
```
Im trying to load json file which contains enums
` "PlatformType": {
"values": {
"UNKNOWN": 0,
"RAY_DESKTOP": 1,
"RAY_MOBILE": 2
}
},
after drilling down the code
i find this Enum.fromJson is undefined in the libarary
(intermediate value)(intermediate value) is not a function ``` Im trying to load json file which contains enums ` "PlatformType": { "values": { "UNKNOWN": 0, "RAY_DESKTOP": 1, "RAY_MOBILE": 2 } },after drilling down the code
i find this Enum.fromJson is undefined in the libarary
```![screen shot 2017-12-21 at 2 30 46 pm](https://user-images.githubusercontent.com/10889920/34277738-e9c17c52-e65b-11e7-927a-a5addfcca539.png