-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Showing
4 changed files
with
178 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ func main() { | |
You can download `ajson` cli from the [release page](https://github.com/spyzhov/ajson/releases), or install from the source: | ||
|
||
```shell script | ||
go get github.com/spyzhov/ajson/cmd/[email protected].4 | ||
go get github.com/spyzhov/ajson/cmd/[email protected].5 | ||
``` | ||
|
||
Usage: | ||
|
@@ -321,6 +321,15 @@ Package has several predefined functions. | |
first Get first element any | ||
floor math.Floor integers, floats | ||
gamma math.Gamma integers, floats | ||
is_array Is type Array any | ||
is_bool Is type Bool any | ||
is_float Is type Float any | ||
is_int Is type Int any | ||
is_null Is type Null any | ||
is_numeric Is type Numeric any | ||
is_object Is type Object any | ||
is_string Is type String any | ||
is_uint Is type Uint any | ||
j0 math.J0 integers, floats | ||
j1 math.J1 integers, floats | ||
key Key of element string | ||
|
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
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