issues Search Results · repo:StubbleOrg/Stubble.Extensions.JsonNet language:C#
Filter by
4 results
(55 ms)4 results
inStubbleOrg/Stubble.Extensions.JsonNet (press backspace or delete to remove)Null values in an Json like
{ my: null }
should not return null, but render a string.Empty.
Otherwise other providers will try to render the value. In such a case the IDynamicMetaObjectProvider will ...
wh33ler
- 2
- Opened on Nov 3, 2021
- #13
See PR #8.
If the section with object but not array is used, it is incorrectly interpreted as section with array. The reason is
that section renderer cannot recognize it as IDictionary, but while JObject ...
bug
milung
- 2
- Opened on Aug 9, 2019
- #9
JObject properties will not render with a mustache variable inside a section.
Example:
{ foo : { bar : foobar } }
{{#foo}}{{bar}}{{/foo}}
Will render an empty string.
It looks like the problem ...
bug
MountainCode
- 3
- Opened on Jul 11, 2019
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.