Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit ac139b7

Browse files
committed
re-formatted rockspec
1 parent 2612f7f commit ac139b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

jsonpath-1.0-1.rockspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ source = {
77
description = {
88
summary = 'Query Lua data structures with JsonPath expressions. Robust and safe JsonPath engine for Lua.',
99
detailed = [[
10-
This library implements Stefan Goessner's JsonPath syntax (http://goessner.net/articles/JsonPath/) in Lua.
11-
Lua JsonPath is compatible with David Chester's Javascript implementation (https://github.com/dchester/jsonpath).
10+
This library implements Stefan Goessner's JsonPath syntax (http://goessner.net/articles/JsonPath/) in Lua.
1211
13-
The Lua JsonPath library was written from scratch by Frank Edelhaeuser. It's a pure Lua implementation
14-
based on a PEG grammer handled by Roberto Ierusalimschy's fabulous LPeg pattern-matching library
15-
(http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html).
12+
Lua JsonPath is compatible with David Chester's Javascript implementation (https://github.com/dchester/jsonpath).
13+
14+
The Lua JsonPath library was written from scratch by Frank Edelhaeuser. It's a pure Lua implementation based on a PEG grammer handled by Roberto Ierusalimschy's fabulous LPeg pattern-matching library (http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html).
1615
]],
1716
homepage = 'https://github.com/mrpace2/lua-jsonpath',
1817
license = 'MIT'

0 commit comments

Comments
 (0)