| Name: | golang-github-pquerna-ffjson |
|---|---|
| Version: | 0 |
| Release: | 0.18.20200730gitaa0246c.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 4056180 |
| License: | Apache-2.0 |
| RPM: | golang-github-pquerna-ffjson-0-0.18.20200730gitaa0246c.el10_0.aarch64.rpm |
| Source RPM: | golang-github-pquerna-ffjson-0-0.18.20200730gitaa0246c.el10_0.src.rpm |
| Build Date: | Thu Jan 16 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/pquerna/ffjson |
| Summary: | Faster JSON serialization for Go |
| Description: | Ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes. |