Skip to content

Commit bbec64b

Browse files
Maksym Trofimenkoclaude
andcommitted
Update ajson to v0.1.4 with ternary operator support
Ternary operator syntax: condition ? trueValue : falseValue Examples: - $.count > 0 ? "has items" : "empty" - $.flag ? $.valueA : $.valueB - length($.items) > 0 ? first($.items) : $.default Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8a6a14d commit bbec64b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ require (
210210
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
211211
)
212212

213-
replace github.com/spyzhov/ajson v0.9.4 => github.com/tiny-systems/ajson v0.1.3
213+
replace github.com/spyzhov/ajson v0.9.4 => github.com/tiny-systems/ajson v0.1.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ github.com/swaggest/jsonschema-go v0.3.70 h1:8Vx5nm5t/6DBFw2+WC0/Vp1ZVe9/4mpuA0t
396396
github.com/swaggest/jsonschema-go v0.3.70/go.mod h1:7N43/CwdaWgPUDfYV70K7Qm79tRqe/al7gLSt9YeGIE=
397397
github.com/swaggest/refl v1.3.0 h1:PEUWIku+ZznYfsoyheF97ypSduvMApYyGkYF3nabS0I=
398398
github.com/swaggest/refl v1.3.0/go.mod h1:3Ujvbmh1pfSbDYjC6JGG7nMgPvpG0ehQL4iNonnLNbg=
399-
github.com/tiny-systems/ajson v0.1.3 h1:qklS93ubEFReG7sFa86SW5SFFjaX7UzCncdmQtqRxVo=
400-
github.com/tiny-systems/ajson v0.1.3/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHdT8Wt8=
399+
github.com/tiny-systems/ajson v0.1.4 h1:cp/cnjAXR4laT3Xp6Bb4YPxj39JKC5oAp39cfhkksKA=
400+
github.com/tiny-systems/ajson v0.1.4/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHdT8Wt8=
401401
github.com/tiny-systems/errorpanic v0.7.1 h1:GgbimfhC2wnQ8012SGGxh743ryaJXSSD7boLK+IQ0Xs=
402402
github.com/tiny-systems/errorpanic v0.7.1/go.mod h1:AQobicdSB/J3RzN81pTG4dqgcULaEIrEOvNC8TpSgxw=
403403
github.com/tiny-systems/otel-collector v0.5.1 h1:tylLj7f7O7n5o9R383Lojd0fN7j5jgZ76zFshJ0SE6c=

0 commit comments

Comments
 (0)