Package org.eclipse.mosaic.lib.util
Class JsonUtils
java.lang.Object
org.eclipse.mosaic.lib.util.JsonUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
removeComments
(String jsonString) Removes user custom comments from a JSON string.
-
Method Details
-
removeComments
Removes user custom comments from a JSON string.- Returns:
- the JSON string without any comments
-