-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced SingleAsArray with OutputFormat = JsonArray + JsonDictionary #697
Conversation
is it now impossible to render a single item as an array? Why is that? I don't see the rationale for this change,
That would be indeed great, also If we could have OutputFormat=JsonArray |
ValuesAsProperties = false means always as array, even when single-item. |
ah so a single item without array or object is now not possible? |
Now it is changed so you always get Json-Dictionary or Json-Array. Not a mixture of both depending on item-count. |
Codecov Report
@@ Coverage Diff @@
## master #697 +/- ##
=====================================
- Coverage 60% 60% -0%
=====================================
Files 40 40
Lines 668 671 +3
Branches 161 163 +2
=====================================
- Hits 404 403 -1
- Misses 208 212 +4
Partials 56 56
Continue to review full report at Codecov.
|
eba1225
to
1d63e51
Compare
Kudos, SonarCloud Quality Gate passed! |
Affects the following layout-renderers:
I'm open for different property-name that gives better meaning. Very tempted to introduce OutputFormat=JsonDictionary