WIP on KotlinX Json tests

This commit is contained in:
2025-04-02 23:23:34 -04:00
parent a2fae8b679
commit f2dd740933
6 changed files with 1194 additions and 118 deletions

View File

@@ -100,7 +100,7 @@ object Results {
*/
@JvmStatic
fun jsonFromDocument(field: String, rs: ResultSet) =
rs.getString(field)
rs.getString(field) ?: "{}"
/**
* Retrieve the JSON text of a document, specifying the field in which the document is found