Package com.langchainbeam.utils
Class JsonUtils
java.lang.Object
com.langchainbeam.utils.JsonUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
mapToJson
Converts a Map to a JSON string.- Parameters:
map
- the Map to convert to JSON.- Returns:
- the JSON string representation of the Map.
-