Trying to create a [StructType] from a JSON string.
val test = "{\"test\":\"validate\"}"
println( "datatype: " + DataType.fromJson(test) )
Keep getting error:
java.lang.IllegalArgumentException: Failed to convert the JSON string '{"test":"validate"}' to a data type.
Not sure what's the problem here..