mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
420 B
Text
8 lines
420 B
Text
JsonSlicer performs a stream or iterative, pull JSON parsing, which
|
|
means it does not load whole JSON into memory and is able to parse
|
|
very large JSON files or streams. The module is written in C and
|
|
uses YAJL JSON parsing library, so it's also quite fast.
|
|
|
|
JsonSlicer takes a path of JSON map keys or array indexes, and
|
|
provides iterator interface which yields JSON data matching given
|
|
path as complete Python objects.
|