Skip to content
forked from google/gson

A Java serialization/deserialization library to convert Java Objects into JSON and back

License

Notifications You must be signed in to change notification settings

j2objcgradle/gson

 
 

Repository files navigation

Doppl Fork

This is a fork of the Google Gson library to provide tests and modifications to support iOS development with J2objc using the Doppl build framework.

Versions

2.6.2

Usage

dependencies {
    compile 'com.google.code.gson:gson:2.6.2'
    doppl 'co.doppl.com.google.code.gson:gson:2.6.2.4'
}

Status

Stable. No known memory issues. Minor test issues related to iOS/Java differences.

Library Development

See docs for an overview of our setup and repo org for forked library development.

License

Gson is released under the Apache 2.0 license.

Copyright 2008 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Java serialization/deserialization library to convert Java Objects into JSON and back

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.8%
  • Java 49.1%
  • Other 0.1%