github.com/yutopp/go-amf0


License
BSL-1.0
Install
go get github.com/yutopp/go-amf0

Documentation

go-amf0

ci codecov GoDoc Go Report Card license

AMF0 encoder/decoder library written in Go.

  • Decoder
    • Number
    • Boolean
    • String
    • Object
    • Movieclip
    • null
    • undefined
    • Reference
    • ECMA Array
    • Object End
    • Strict Array
    • Date
    • Long String
    • Unsupported
    • RecordSet
    • XMLDocument
    • Typed Object
  • Encoder
    • Number
    • Boolean
    • String
    • Object
    • Movieclip
    • null
    • undefined
    • Reference
    • ECMA Array
    • Object End
    • Strict Array
    • Date
    • Long String
    • Unsupported
    • RecordSet
    • XMLDocument
    • Typed Object
  • Documents
  • Optimize

Installation

go get github.com/yutopp/go-amf0

Licence

Boost Software License - Version 1.0

References