jar

com.google.code.svenson : svenson

Maven & Gradle

Feb 09, 2023
7 usages
11 stars

svenson · Java5 JSON parser/generator

Table Of Contents

Latest Version

Download com.google.code.svenson : svenson JAR file - Latest Versions:

All Versions

Download com.google.code.svenson : svenson JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x
1.5.x
1.4.x
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window svenson-1.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.svenson

├─ org.svenson.AbstractDynamicProperties.class - [JAR]

├─ org.svenson.AbstractPropertyValueBasedTypeMapper.class - [JAR]

├─ org.svenson.AbstractTypeMapper.class - [JAR]

├─ org.svenson.ClassNameBasedTypeMapper.class - [JAR]

├─ org.svenson.CompositeTypeMapper.class - [JAR]

├─ org.svenson.CyclicStructureException.class - [JAR]

├─ org.svenson.DelayedConstructor.class - [JAR]

├─ org.svenson.DynamicProperties.class - [JAR]

├─ org.svenson.JSON.class - [JAR]

├─ org.svenson.JSONCharacterSink.class - [JAR]

├─ org.svenson.JSONConfig.class - [JAR]

├─ org.svenson.JSONParameter.class - [JAR]

├─ org.svenson.JSONParameters.class - [JAR]

├─ org.svenson.JSONParseException.class - [JAR]

├─ org.svenson.JSONParser.class - [JAR]

├─ org.svenson.JSONProperty.class - [JAR]

├─ org.svenson.JSONPropertyOrder.class - [JAR]

├─ org.svenson.JSONReference.class - [JAR]

├─ org.svenson.JSONTypeHint.class - [JAR]

├─ org.svenson.JSONable.class - [JAR]

├─ org.svenson.JSONifier.class - [JAR]

├─ org.svenson.ObjectFactory.class - [JAR]

├─ org.svenson.PropertyValueBasedTypeMapper.class - [JAR]

├─ org.svenson.SinkAwareJSONifier.class - [JAR]

├─ org.svenson.StringBuilderSink.class - [JAR]

├─ org.svenson.SvensonRuntimeException.class - [JAR]

├─ org.svenson.TokenLogger.class - [JAR]

├─ org.svenson.TypeAnalyzer.class - [JAR]

├─ org.svenson.TypeMapper.class - [JAR]

├─ org.svenson.WriterSink.class - [JAR]

org.svenson.util

├─ org.svenson.util.ExceptionWrapper.class - [JAR]

├─ org.svenson.util.IllegalBuilderStateException.class - [JAR]

├─ org.svenson.util.IntrospectionUtil.class - [JAR]

├─ org.svenson.util.InvalidPropertyPathException.class - [JAR]

├─ org.svenson.util.JSONBeanUtil.class - [JAR]

├─ org.svenson.util.JSONBuilder.class - [JAR]

├─ org.svenson.util.JSONPathUtil.class - [JAR]

├─ org.svenson.util.PropertyPathAccessException.class - [JAR]

├─ org.svenson.util.RecastUtil.class - [JAR]

├─ org.svenson.util.TokenUtil.class - [JAR]

├─ org.svenson.util.Util.class - [JAR]

├─ org.svenson.util.ValueHolder.class - [JAR]

org.svenson.matcher

├─ org.svenson.matcher.AndMatcher.class - [JAR]

├─ org.svenson.matcher.EqualsPathMatcher.class - [JAR]

├─ org.svenson.matcher.MapValuePathMatcher.class - [JAR]

├─ org.svenson.matcher.NotMatcher.class - [JAR]

├─ org.svenson.matcher.OrMatcher.class - [JAR]

├─ org.svenson.matcher.PathMatcher.class - [JAR]

├─ org.svenson.matcher.PrefixPathMatcher.class - [JAR]

├─ org.svenson.matcher.RegExPathMatcher.class - [JAR]

├─ org.svenson.matcher.SubtypeMatcher.class - [JAR]

├─ org.svenson.matcher.SuffixPathMatcher.class - [JAR]

├─ org.svenson.matcher.TruePathMatcher.class - [JAR]

org.svenson.reflectasm.reflectasm

├─ org.svenson.reflectasm.reflectasm.MethodUtil.class - [JAR]

├─ org.svenson.reflectasm.reflectasm.ReflectAsmObjectSupport.class - [JAR]

├─ org.svenson.reflectasm.reflectasm.ReflectAsmPropertyInfo.class - [JAR]

org.svenson.tokenize

├─ org.svenson.tokenize.InputStreamSource.class - [JAR]

├─ org.svenson.tokenize.JSONCharacterSource.class - [JAR]

├─ org.svenson.tokenize.JSONTokenizer.class - [JAR]

├─ org.svenson.tokenize.StringJSONSource.class - [JAR]

├─ org.svenson.tokenize.Token.class - [JAR]

├─ org.svenson.tokenize.TokenType.class - [JAR]

org.svenson.info

├─ org.svenson.info.AbstractObjectSupport.class - [JAR]

├─ org.svenson.info.ClassInfoHolder.class - [JAR]

├─ org.svenson.info.ConstructorInfo.class - [JAR]

├─ org.svenson.info.JSONClassInfo.class - [JAR]

├─ org.svenson.info.JSONPropertyInfo.class - [JAR]

├─ org.svenson.info.JSONPropertyPriorityComparator.class - [JAR]

├─ org.svenson.info.JavaObjectPropertyInfo.class - [JAR]

├─ org.svenson.info.JavaObjectSupport.class - [JAR]

├─ org.svenson.info.MethodUtil.class - [JAR]

├─ org.svenson.info.ObjectSupport.class - [JAR]

├─ org.svenson.info.ParameterInfo.class - [JAR]

org.svenson.converter

├─ org.svenson.converter.DateConverter.class - [JAR]

├─ org.svenson.converter.DefaultTypeConverterRepository.class - [JAR]

├─ org.svenson.converter.JSONConverter.class - [JAR]

├─ org.svenson.converter.TypeConverter.class - [JAR]

├─ org.svenson.converter.TypeConverterRepository.class - [JAR]

Advertisement

Dependencies from Group

Feb 09, 2023
7 usages
11 stars

Discover Dependencies

Nov 29, 2020
6 usages
1 stars
Apr 13, 2016
4 usages
18 stars
Jul 27, 2023
11 usages
36 stars
Jul 04, 2019
3 usages
144 stars
Mar 04, 2013
15 usages
2.1k stars
Jan 30, 2018
4 usages
0 stars
Dec 12, 2012
2 usages
7 stars
Jan 09, 2021
15 usages
39 stars
Jul 22, 2023
14 usages
479 stars