hjson / hjson-java

Hjson for Java
https://hjson.github.io/
MIT License
159 stars 24 forks source link

Would like to get unwrapped value from JsonValue #14

Open BlueHoopor opened 5 years ago

BlueHoopor commented 5 years ago

I notice a lot's of class have been extended from JsonValue, such as JsonString, JsonNumber.

I am wondering why could not support getUnwrapped() value from the JsonValue.

which, returns java.lang.Object. Such as Long, Integer, Double and String.

That will be very helpful, since java.util.Properties need a Object value.