Public classes
Scripts/ JArray JBoolean JNull JNumber JSON JString JValue Scripts/Attributes/ ExcludeFromJSONSerializeAttribute IncludeToJSONSerializeAttribute Scripts/Exceptions/ DeserializeException JArgumentException JArgumentNullException JArrayIndexOutOfRangeException JNumberFormatException JNumberOverflowException JSONKeyAlreadyExistsException JSONKeyNotFoundException JValueNullException JValueTypeException ParseException ProtectedException SerializeException UnknownObjectTypeException Scripts/Settings/ CreateStringSettings DeserializeSettings ParseStringSettings SerializeSettings
Introduction page
JNumberOverflowException Derived from OverflowException
Exception that is thrown if trying to read JNumber value in format where it doesn't fit. For example trying to read number 2147483648 as int.