Thu, 28 Mar 2024 21:31:38 UTC | login

Information for build golang-github-exponent-io-jsonpath-0-0.5.20210109gite84ac1b.fc33

ID192132
Package Namegolang-github-exponent-io-jsonpath
Version0
Release0.5.20210109gite84ac1b.fc33
Epoch
SummaryExtend the Go runtime's json.Decoder
Description This package extends the json.Decoder to support navigating a stream of JSON tokens. You should be able to use this extended Decoder places where a json.Decoder would have been used. This Decoder has the following enhancements: - The Scan method supports scanning a JSON stream while extracting particular values along the way using PathActions. - The SeekTo method supports seeking forward in a JSON token stream to a particular path. - The Path method returns the path of the most recently parsed token. - The Token method has been modified to distinguish between strings that are object keys and strings that are values. Object key strings are returned as the KeyString type rather than a native string.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 19 Jan 2021 05:22:05 UTC
CompletedTue, 19 Jan 2021 05:22:05 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-exponent-io-jsonpath-0-0.5.20210109gite84ac1b.fc33.src.rpm (info) (download)
noarch
golang-github-exponent-io-jsonpath-devel-0-0.5.20210109gite84ac1b.fc33.noarch.rpm (info) (download)
Changelog * Sat Jan 09 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20210109gite84ac1b - Bump to commit e84ac1befdf801204534123a52ef7232ccf9333d * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 11 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190629gitd6023ce - Initial package