gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[json type number] proto type int64 should be string

scbizu opened this issue · comments

Background:

isNumber function will convert protobuf type int64 to json type number, but the number's precision is not equal to int64 , see the spec about the proto json.

Reproduce:

image

image

I want to develop a grpc tool to quickly debug my grpc methods. And I finally find that letmegrpc impl most of my feature, I am reading through letmegrpc now and doing some changes.

So, I think I can provide a PR to solve this issue.

open PR at #53