I'm having troubles to understand the following. Why can't I convert directly using parse_json() func but have to use tostring() first?




Not working:
|extend x = gettype(parse_json(Properties_d.requestbody))
Working:
|extend x = gettype(parse_json(tostring(Properties_d.requestbody)))
Is it becuase:
this is explicitly explained in the documentation:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With