All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.arnx.jsonic.Messages.properties Maven / Gradle / Ivy

There is a newer version: 1.3.10
Show newest version

json.TooSmallArgumentError       = {0} should be greater or equal {1}.
json.format.ConversionError      = error occurred when converting {0}: {1}
json.format.IllegalRootTypeError = root object has to be encoded a object or array.
json.parse.ArrayNotClosedError   = array is not closed.
json.parse.ConversionError       = fails to convert {0} to {1}: {2}
json.parse.EmptyInputError       = empty input.
json.parse.IllegalRootTypeError  = a JSON text must start with a object or array.
json.parse.IllegalUnicodeEscape  = illegal unicode escape: {0}
json.parse.ObjectNotClosedError  = object is not closed.
json.parse.StringNotClosedError  = string is not closed.
json.parse.UnexpectedChar        = unexpected char: {0}
json.parse.UnrecognizedLiteral   = unrecognized literal: {0}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy