Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paultyng/scala2go
- Owner: paultyng
- License: apache-2.0
- Created: 2017-07-12T13:29:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T14:10:56.000Z (over 6 years ago)
- Last Synced: 2024-06-20T13:40:31.340Z (5 months ago)
- Topics: golang, json, scala
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- 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.