crossplane / function-sdk-go

The Go SDK for composition functions
https://crossplane.io
Apache License 2.0
19 stars 13 forks source link

feat: allow passing json options to AsObjects #121

Closed phisco closed 6 months ago

phisco commented 7 months ago

Description of your changes

Allows passing options, such as RejectUnknownMembers to the AsObject function.

I have:

How has this code been tested