https://github.com/paultyng/scala2go
Generate Go structs from Scala types in a .jar
https://github.com/paultyng/scala2go
golang json scala
Last synced: 9 months ago
JSON representation
Generate Go structs from Scala types in a .jar
- Host: GitHub
- URL: https://github.com/paultyng/scala2go
- Owner: paultyng
- License: apache-2.0
- Created: 2017-07-12T13:29:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T14:10:56.000Z (over 8 years ago)
- Last Synced: 2025-04-01T18:23:04.977Z (about 1 year ago)
- Topics: golang, json, scala
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.