package
0.0.0-20241116165817-883d5d7d379c
Repository: https://github.com/ddkwork/toolbox.git
Documentation: pkg.go.dev

# Functions

GetRequest calls http.Get with the URL and returns the response body as a new Data object.
GetRequestWithContext calls http.Get with the URL and returns the response body as a new Data object.
MustParse is the same as calling Parse, but without the error code on return.
MustParseStream is the same as calling ParseStream, but without the error code on return.
Parse JSON data from bytes.
ParseStream parses JSON data from the stream.

# Structs

Data provides conveniences for working with JSON data.