Stepan Pyzhov

Results 8 issues of Stepan Pyzhov

Add new functions `b64encode` and `b64decode` that are equal to the same functions from `encoding/base64`

good first issue

This is a basic PR to accumulate all related changes to migrate to `v1`. Closes #42 Closes #35

# Draft for the `Version v1.0.0` milestone 1. Create sub-package `ajson/jsonpath` with the main types and functions: ```golang package jsonpath type JSONPath struct { Tokens []Token } type Token interface...

Switch to typed consts ```golang type OperationPriority uint8 const ( PriorityUnknown OperationPriority = iota PriorityOr PriorityAnd PriorityEq PrioritySum PriorityBit PriorityMul PriorityPow ) priority = map[string]OperationPriority{ "**": PriorityPow, // additional: power...

good first issue

Add support length function to String Nodes

good first issue

Rewrite internal: - [ ] `quote.go` - [ ] `unquote.go`

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

Enable `gofmt` linter. It was removed due to the new format style described in https://github.com/golangci/golangci-lint/issues/3229 Documentation: https://tip.golang.org/doc/go1.19#go-doc