|
|
|
|
|
by allan_s
3078 days ago
|
|
yes basically you would have to implement at least part of this serialisation format https://golang.org/pkg/encoding/gob/ if it's a "json" like data that is sent to you (i.e a structure made out of only primitive types and list/dict) it may be not that hard, but I think it will be a work with very few value outside of this very specific use case. |
|