json_pointer
Value extractor
Provides a way to access and manipulate specific values within JSON documents using a string syntax.
Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document
11 stars
2 watching
1 forks
Language: Elixir
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
erikonbike/parse-next-json-value | A parser for extracting valid JSON values from strings with extraneous characters | 1 |
juliangruber/binary-extract | Extracts values from a binary buffer representing JSON data without parsing the entire structure. | 154 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
nichtich/jq-jsonpointer | An implementation of JSON Pointer syntax in the jq data transformation language. | 16 |
fallenmax/styled-components-extractor | Tools to extract styled-components definitions from JSX tags and format them for reuse | 27 |
xnl-h4ck3r/xnlinkfinder | A Python tool used to automatically discover and extract endpoints, parameters, and wordlists from target websites. | 1,204 |
eset-la/lord-of-the-strings | A tool to extract and classify relevant strings from binary files | 9 |
syntax-tree/hast-util-to-text | Utility function to extract plain text from HTML-like data structures | 19 |
proverbial-ninja/vscode-svelte-component-extractor | An extension for Visual Studio Code that extracts and creates new Svelte components from highlighted text. | 30 |
dunyakirkali/format_parser.ex | A tool to determine and extract metadata from various file formats | 23 |
jonschlinkert/get-value | A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
feichao93/temme | A lightweight, CSS-based selector for extracting structured data from HTML documents. | 273 |
003random/getjs | A tool to extract JavaScript sources from URLs and web pages efficiently | 708 |