Properties to JsonNode
How difficult do you find it to convert properties into a json object ? It would require a lot of boilerplate work in java, but it is easier in kotlin. This snippet reads a Map of properties paths and values and converts them into a json node (or a map of maps (of maps...) of… Read More »