metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Add `entityMemberName` option to Metafix #299

Closed fsteeg closed 1 year ago

fsteeg commented 1 year ago

e.g. to support outputting array indexes as wildcards when listing available paths. Implemented like arrayName in JsonDecoder. Added tests in a new class due to NCSS checkstyle warning when expanding MetafixRecordTest.

Will resolve #294.

fsteeg commented 1 year ago

Thanks for the quick review! I've addressed your feedback in https://github.com/metafacture/metafacture-fix/pull/299/commits/935f05fea639137514df3ffe0c7f29b78591681e.

blackwinter commented 1 year ago

Great, thanks :)