How to Install and Uninstall golang-github-valyala-fastjson-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-valyala-fastjson-dev" package

Here is a brief guide to show you how to install golang-github-valyala-fastjson-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-valyala-fastjson-dev

2. Uninstall "golang-github-valyala-fastjson-dev" package

This guide let you learn how to uninstall golang-github-valyala-fastjson-dev on Kali Linux:

$ sudo apt remove golang-github-valyala-fastjson-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-valyala-fastjson-dev package on Kali Linux

Package: golang-github-valyala-fastjson-dev
Source: golang-github-valyala-fastjson
Version: 1.6.4-1
Installed-Size: 4696
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 454116
SHA256: 0a95d9a661f4c2da4803474051291f0ee04db09abed8582712a91cd5ea6ee643
SHA1: 9fc04c807459e8fd28e465ea9cfd44a105cfd364
MD5sum: 5aaf9f143f7e344088a699b07912f62f
Description: fast JSON parser and validator for Go (library)
No custom structs, no code generation, no reflection.
.
Features:
* Fast. As usual, up to 15x faster than the standard encoding/json.
* Parses arbitrary JSON without schema, reflection, struct magic and code
generation contrary to easyjson.
* Provides a simple API.
* Outperforms jsonparser and gjson when accessing multiple unrelated fields,
since fastjson parses the input JSON only once.
* Validates the parsed JSON unlike jsonparser and gjson.
* May quickly extract a part of the original JSON with
Value.Get(...).MarshalTo and modify it with Del and Set functions.
* May parse array containing values with distinct types (aka non-homogenous
types). For instance, fastjson easily parses the following JSON array
[123, "foo", [456], {"k": "v"}, null].
* fastjson preserves the original order of object items when calling
Object.Visit.
.
Known limitations:
* Requies extra care to work with - references to certain objects
recursively returned by Parser must be released before the next call to
Parse. Otherwise the program may work improperly. The same applies to
objects returned by Arena.
* Cannot parse JSON from io.Reader.
.
Security:
* fastjson shouldn't crash or panic when parsing input strings specially
crafted by an attacker. It must return error on invalid input JSON.
* fastjson requires up to sizeof(Value) * len(inputJSON) bytes of memory
for parsing inputJSON string. Limit the maximum size of the inputJSON
before parsing it in order to limit the maximum memory usage.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/valyala/fastjson
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-valyala-fastjson/golang-github-valyala-fastjson-dev_1.6.4-1_all.deb