getJsonStringFromXProperties

fun getJsonStringFromXProperties(propertyList: PropertyList<*>?): String?

Takes a Property List and returns a Json String to be saved in a DB field. This is the counterpart to getXPropertyListFromJson(...)

Return

The generated Json object as a String

Parameters

propertyList

The PropertyList that should be transformed into a Json String