Skip to content

Commit

Permalink
[chore] fix reference to JSON lib (open-telemetry#36015)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <[email protected]>
Co-authored-by: xu0o0 <[email protected]>
  • Loading branch information
3 people authored and sbylica-splunk committed Dec 17, 2024
1 parent 42aff30 commit cc05aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ The `ParseJSON` Converter returns a `pcommon.Map` or `pcommon.Slice` struct that
`target` is a Getter that returns a string. This string should be in json format.
If `target` is not a string, nil, or cannot be parsed as JSON, `ParseJSON` will return an error.

Unmarshalling is done using [jsoniter](https://github.com/json-iterator/go).
Unmarshalling is done using [goccy/go-json](https://github.com/goccy/go-json).
Each JSON type is converted into a `pdata.Value` using the following map:

```
Expand Down

0 comments on commit cc05aa7

Please sign in to comment.