-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5edb7d
commit 83f19d7
Showing
3 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"owner": "stackql", | ||
"name": "json_equal", | ||
"version": "1.0.5", | ||
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/json_equal.md", | ||
"repository": "https://github.com/stackql/sqlite-ext-functions", | ||
"authors": ["Jeffrey Aven"], | ||
"license": "MIT", | ||
"description": "A SQLite extension for comparing JSON strings for equivalence, allowing developers to perform advanced JSON operations directly within SQL queries.", | ||
"keywords": ["JSON", "JSON comparison", "JSON equality", "json_equal"], | ||
"assets": { | ||
"files": { | ||
"darwin-amd64": "stackql-sqlite-ext-functions-macos-universal.zip", | ||
"darwin-arm64": "stackql-sqlite-ext-functions-macos-universal.zip", | ||
"linux-amd64": "stackql-sqlite-ext-functions-linux-amd64.zip", | ||
"windows-amd64": "stackql-sqlite-ext-functions-windows-amd64.zip" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.