Skip to content

Commit

Permalink
Modify keyed indexed (#176)
Browse files Browse the repository at this point in the history
Modify now includes the missing support for Keyed and Indexed interfaces.
  • Loading branch information
ohler55 committed Jun 23, 2024
1 parent a3e5bee commit 9dccb04
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 190 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

The structure and content of this file follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.22.1] - 2024-06-23
### Added
- Added the missing support of Keyed and Indexed in jp.Modify.

## [1.22.0] - 2024-04-22
### Added
- Added support for C style comment /* */ in the SEN parser.
Expand Down
4 changes: 2 additions & 2 deletions cmd/oj/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@ should be in $.asm.
An example of a plan in SEN format is (the first asm is optional):
[ asm
[set $.asm {good: bye}] // set output to {good: bad}
[set $.asm.hello world] // output is now {good: bad, hello: world}
[set $.asm {good: bye}] // set output to {good: bye}
[set $.asm.hello world] // output is now {good: bye, hello: world}
]
The functions available are:
Expand Down
Loading

0 comments on commit 9dccb04

Please sign in to comment.