{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/gofiber/json-iterator","name":"github.com/gofiber/json-iterator","description":"Package jsoniter implements encoding and decoding of JSON as defined in\nRFC 4627 and provides interfaces with identical syntax of standard lib encoding/json.\nConverting from encoding/json to jsoniter is no more than replacing the package with jsoniter\nand variable type declarations (if any).\njsoniter interfaces gives 100% compatibility with code using standard lib.\n\n\"JSON and Go\"\n(https://golang.org/doc/articles/json_and_go.html)\ngives a description of how Marshal/Unmarshal operate\nbetween arbitrary or predefined json objects and bytes,\nand it applies to jsoniter.Marshal/Unmarshal as well.\n\nBesides, jsoniter.Iterator provides a different set of interfaces\niterating given bytes/string/reader\nand yielding parsed elements one by one.\nThis set of interfaces reads input as required and gives\nbetter performance.","version":"v1.2.1","softwareVersion":"v1.2.1","license":"https://spdx.org/licenses/MIT","codeRepository":"https://github.com/gofiber/json-iterator","url":"https://github.com/gofiber/json-iterator","dateCreated":"2019-12-21","dateModified":"2020-02-16","datePublished":"2020-02-16","copyrightYear":2019,"downloadUrl":"https://proxy.golang.org/github.com/gofiber/json-iterator/@v/v1.2.1.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/gofiber/json-iterator#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","sameAs":["https://pkg.go.dev/github.com/gofiber/json-iterator"]}