An open API service indexing awesome lists of open source software.

https://github.com/technicallyjosh/protoc-gen-enum-json-string


https://github.com/technicallyjosh/protoc-gen-enum-json-string

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# protoc-gen-enum-json-string

A simple generator to enable the use of string values with enums when using
JSON.

## Why?

I don't use the protojson lib and want to allow for string enum values instead
of the default integers when using JSON.

## Install

```
go install github.com/technicallyjosh/protoc-gen-enum-json-string@latest
```