{ "number" : 123 }
{ "number" : "123"}
if is_string("number")
add_field("test","true")
end
The is_string conditional is not recognizing the second variation of numbers as string.
Is this by intention, if so this should be documented.
How is it possible to check if a number string is a string?
The
is_stringconditional is not recognizing the second variation of numbers as string.Is this by intention, if so this should be documented.
How is it possible to check if a number string is a string?