Fson

Fork of google Gson library

License

License

Categories

Categories

Net
GroupId

GroupId

net.bpiwowar
ArtifactId

ArtifactId

fson
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Fson
Fork of google Gson library
Project URL

Project URL

https://github.com/bpiwowar/gson/
Source Code Management

Source Code Management

https://github.com/bpiwowar/gson/

Download fson

How to add to project

<!-- https://jarcasting.com/artifacts/net.bpiwowar/fson/ -->
<dependency>
    <groupId>net.bpiwowar</groupId>
    <artifactId>fson</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bpiwowar/fson/
implementation 'net.bpiwowar:fson:2.3.1'
// https://jarcasting.com/artifacts/net.bpiwowar/fson/
implementation ("net.bpiwowar:fson:2.3.1")
'net.bpiwowar:fson:jar:2.3.1'
<dependency org="net.bpiwowar" name="fson" rev="2.3.1">
  <artifact name="fson" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bpiwowar', module='fson', version='2.3.1')
)
libraryDependencies += "net.bpiwowar" % "fson" % "2.3.1"
[net.bpiwowar/fson "2.3.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Fork from the GSON project

Basically, adds a new TypeAdapterFactory that can have access to the field annotations

see this thread

Versions

Version
2.3.1