pub fn is_inline_object(value: &str) -> bool
Returns true when value is an inline object literal { ... }.
true
value
{ ... }