WIP on KotlinX Json functions

This commit is contained in:
2025-04-02 19:56:46 -04:00
parent a2b5d8f328
commit a2fae8b679
6 changed files with 120 additions and 5 deletions

View File

@@ -96,7 +96,6 @@ object Custom {
* @param writer The writer to which the results should be written
* @param conn The connection over which the query should be executed
* @param mapFunc The mapping function to extract the JSON from the query
* @return A JSON array of results for the given query
* @throws DocumentException If parameters are invalid
*/
@Throws(DocumentException::class)
@@ -116,7 +115,6 @@ object Custom {
* @param parameters Parameters to use for the query
* @param writer The writer to which the results should be written
* @param mapFunc The mapping function to extract the JSON from the query
* @return A JSON array of results for the given query
* @throws DocumentException If parameters are invalid
*/
@Throws(DocumentException::class)