Sextant
High performance JSONPath queries for Swift
Input JSONPath
$.store.book[*].author
Sextant Results

Example Swift

Input JSON
{
"store": {
"book": [
{
"category": "reference",
"author": "Nigel Rees",
"title": "Sayings of the Century",
"display-price": 8.95,
"bargain": true
},
{
"category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",
"display-price": 12.99,
"bargain": false
},
{
"category": "fiction",
"author": "Herman Melville",
"title": "Moby Dick",
"isbn": "0-553-21311-3",
"display-price": 8.99,
"bargain": true
},
{
"category": "fiction",
"author": "J. R. R. Tolkien",
"title": "The Lord of the Rings",
"isbn": "0-395-19395-8",
"display-price": 22.99,
"bargain": false
}
],
"bicycle": {
"color": "red",
"display-price": 19.95,
"foo:bar": "fooBar",
"dot.notation": "new",
"dash-notation": "dashes"
}
}
}
This web app was built using the following projects
Sextant
Spanker
Hitch
Flynn
Picaroon
Pamphlet
CodeMirror6
Swift
Docker
Fedora