Athish Pranav D
Athish Pranav D
Fine We can wait for other's to put their opinions
> > > I'm not sure but it seems that such workaround isn't available for Array & Hash types. For example following change breaks the test, since it's tried to...
@ashie i guess current code renders both " and ' quoted hashes the same :( . This is because we dont handle the case seperately since its optional for config...
https://github.com/fluent/fluentd/blob/master/lib/fluent/config/literal_parser.rb#L67-L78 @daipom So here we are giving higher precedence to Arrays and JSON than strings. So even if we specify the quotes its gonna get analysed as JSON/Arrays. After the...
But isn't the code using skip to identify the starting { and [ ? Since it's using the skip the " at the start will anyways match?