Giter Site home page Giter Site logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
please provide a full example with javacode.

Original comment by uriel.chemouni on 5 Nov 2014 at 11:09

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
I have added this code in my java class:

// fix json smart missing BigDecimal serializer
JSONValue.defaultWriter.registerWriter(new JsonWriterI<BigDecimal>() {
    public void writeJSONString(BigDecimal value, Appendable out, JSONStyle compression) throws IOException {
    out.append(value.toString());
    }
}, BigDecimal.class);

Original comment by [email protected] on 5 Nov 2014 at 1:03

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
Fixed.

Original comment by uriel.chemouni on 11 Mar 2015 at 9:04

  • Changed state: Accepted

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
it looks like the modification is already in the git repo 
(https://github.com/netplex/json-smart-v2/blob/master/json-smart/src/main/java/n
et/minidev/json/reader/JsonWriter.java#L211) but it is not in 2.1.1 jar from 
maven central (even if the pom version in git is 2.1.1).

Is it because you do not use SNAPSHOT versions in your trunk/master branch?

Original comment by [email protected] on 31 Mar 2015 at 9:42

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
I am using 1.3.1 release that I have downloaded from maven.

Original comment by [email protected] on 31 Mar 2015 at 1:17

from json-smart.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024

Original comment by uriel.chemouni on 20 Aug 2015 at 7:16

  • Changed state: Fixed

from json-smart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.