FLATTEN

Flatten nested fields by concatenating them with periods.

For example, the following json

{
"a": {
"b": 2
}
}

Would have a flattened key of a.b with a value of 2.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int