Update README.md

This commit is contained in:
Dave Shanley
2022-12-02 11:31:39 -05:00
parent c08dd591b2
commit 165b6362d5

View File

@@ -284,7 +284,7 @@ Every change can be explored and navigated just like you would use the high or l
If you're using extensions with complex types (rather that just simple strings and primitives), then there is a good If you're using extensions with complex types (rather that just simple strings and primitives), then there is a good
chance you're going to want some simple way to marshal extensions into those structs. chance you're going to want some simple way to marshal extensions into those structs.
Since version v0.4.0 There is a new method to make this simple available in the `high` package within the `datamodel` Since version v0.3.2 There is a new method to make this simple available in the `high` package within the `datamodel`
package. package.
Here is an example of complex types being extracted easily from OpenAPI extensions. Here is an example of complex types being extracted easily from OpenAPI extensions.
@@ -755,4 +755,4 @@ This is what is exposed by the `GoLow` API.
> It does not matter if the input material is JSON or YAML, the [yaml.Node API](https://pkg.go.dev/gopkg.in/yaml.v3#Node) supports both and > It does not matter if the input material is JSON or YAML, the [yaml.Node API](https://pkg.go.dev/gopkg.in/yaml.v3#Node) supports both and
> creates a great way to navigate the AST of the document. > creates a great way to navigate the AST of the document.
Logo gopher is modified, originally from [egonelbre](https://github.com/egonelbre/gophers) Logo gopher is modified, originally from [egonelbre](https://github.com/egonelbre/gophers)