Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paultyng/scala2go

Generate Go structs from Scala types in a .jar
https://github.com/paultyng/scala2go

golang json scala

Last synced: 1 day ago
JSON representation

Generate Go structs from Scala types in a .jar

Awesome Lists containing this project

README

        

# scala2go

Maps Scala types from a .jar to Go structs for deserialization.

This assumes the use of [shopspring/decimal](https://github.com/shopspring/decimal) for decimal handling.

[Built in mappings](class_to_struct.go#L68) can be overridden via a config file.