ruby-jsonpath 1.0.5-2 source package in Ubuntu

Changelog

ruby-jsonpath (1.0.5-2) unstable; urgency=medium

  * Source-only upload for bullseye

 -- Pirate Praveen <email address hidden>  Mon, 30 Dec 2019 21:41:51 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-jsonpath_1.0.5-2.dsc 2.0 KiB aa42fee7810cab66dcd92fe2a0720cf5ec7bef672117e91a146c6c0f23a72e54
ruby-jsonpath_1.0.5.orig.tar.gz 14.6 KiB 5e2d8443da49b7b561e40142ecceedf4bd8891b1935ad8c6bda2217363370bb3
ruby-jsonpath_1.0.5-2.debian.tar.xz 2.5 KiB 6a4aace6a163fbfb871a0a0be92a8c7511f2aec017d9bb7ff75ba46b74804510

Available diffs

No changes file available.

Binary packages built by this source

ruby-jsonpath: Ruby implementation of JsonPath

 Every JSON object is composed on an inherent hierarchy and structure. Every
 JSON ends up creating a tree of nodes, where each node is a JSON Element.
 .
 This hierarchy in JSON allows one to create a standard mechanism to traverse
 through specific parts of the JSON. A standard way to do this is called
 JSONPath.