Fri, 07 Jun 2024 01:35:05 UTC | login

Information for build php-flow-jsonpath-0.3.4-7.fc33

ID169633
Package Namephp-flow-jsonpath
Version0.3.4
Release7.fc33
Epoch
SummaryJSONPath implementation for parsing, searching and flattening arrays
DescriptionThis is a JSONPath [1] implementation for PHP based on Stefan Goessner's JSONPath script. JSONPath is an XPath-like expression language for filtering, flattening and extracting data. I believe that is improves on the original script (which was last updated in 2007) by doing a few things: * Object-oriented code (should be easier to manage or extend in future) * Expressions are parsed into tokens using some code cribbed from Doctrine Lexer and cached * There is no eval() in use * Performance is pretty much the same * Any combination of objects/arrays/ArrayAccess-objects can be used as the data input which is great if you're de-serializing JSON in to objects or if you want to process your own data structures. Autoloader: /usr/share/php/Flow/JSONPath/autoload.php [1] http://goessner.net/articles/JsonPath/
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:17:39 UTC
CompletedThu, 13 Aug 2020 11:17:39 UTC
Tags
f33
f37
f38
RPMs
src
php-flow-jsonpath-0.3.4-7.fc33.src.rpm (info) (download)
noarch
php-flow-jsonpath-0.3.4-7.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild