Closed fsteeg closed 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.
arrayName
JsonDecoder
MetafixRecordTest
Will resolve #294.
Thanks for the quick review! I've addressed your feedback in https://github.com/metafacture/metafacture-fix/pull/299/commits/935f05fea639137514df3ffe0c7f29b78591681e.
Great, thanks :)
e.g. to support outputting array indexes as wildcards when listing available paths. Implemented like
arrayName
inJsonDecoder
. Added tests in a new class due to NCSS checkstyle warning when expandingMetafixRecordTest
.Will resolve #294.