Semi-structured JSON
Semi-structured JSON Logs Logging ([email protected])
{
“key1”: 23,
“key2”: [{“key3”: 24}, 25, 26],
“key4”: 26
}{
“key1”: 23,
“key4”: 26,
“key2”: [{“key3”: {“key3a”: [200, 201]},25, 26],
}Last updated
Was this helpful?