Coder Social home page Coder Social logo

Comments (4)

rvaleryr avatar rvaleryr commented on August 26, 2024

Could somebody review/add functionality?

70d69
< public static final String OMIT_NULL_FIELDS = "OMIT_NULL_FIELDS"; // If set, then @type -> @t, @keys -> @k, @Items -> @i
88d86
< private boolean omitNullFields = false;
273d270
< omitNullFields = isTrue(args.get(OMIT_NULL_FIELDS));
2052a2050,2051

    writeJsonUtf8String(fieldName, out);
    out.write(':');

2064,2071c2063,2065
< if (o == null )
< {
< if (!omitNullFields) {
< writeJsonUtf8String(fieldName, out);
< out.write(':');
< // don't quote null
< out.write("null");

< }

    if (o == null)
    {    // don't quote null
        out.write("null");

2074,2076d2067
<
< writeJsonUtf8String(fieldName, out);
< out.write(':');

from json-io.

jdereg avatar jdereg commented on August 26, 2024

Looking into your request. I believe I can get this implemented quickly. Perhaps have a release available within 1 week.

from json-io.

rvaleryr avatar rvaleryr commented on August 26, 2024

Hi, it sounds great!

This will be a really excellent feature

Отправлено из Mail.Ru для Android воскресенье, 31 января 2016г., 08:43 +03:00 от Cedar Software < [email protected]> :

Looking into your request. I believe I can get this implemented quickly. Perhaps have a release available within 1 week.

Reply to this email directly or view it on GitHub .

from json-io.

jdereg avatar jdereg commented on August 26, 2024

This has been implemented and released in json-io 4.3.1.

from json-io.

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.