GithubHelp home page GithubHelp logo

Where can I get 0.20 version? about klaxon HOT 8 CLOSED

cbeust avatar cbeust commented on June 12, 2024
Where can I get 0.20 version?

from klaxon.

Comments (8)

cbeust avatar cbeust commented on June 12, 2024

0.20 is not released yet, do you need it?

from klaxon.

cevek avatar cevek commented on June 12, 2024

Just play with kotlin. Your examples is not compatible with 0.19 version

from klaxon.

cbeust avatar cbeust commented on June 12, 2024

Really? Which ones?

Cédric

On Mon, Nov 23, 2015 at 11:30 AM, cevek [email protected] wrote:

Just play with kotlin. Your examples is not compatible with 0.19 version


Reply to this email directly or view it on GitHub
#18 (comment).

from klaxon.

cevek avatar cevek commented on June 12, 2024
val logic = json {
        array(arrayListOf(1,2,3).map {
            obj(it.toString(), it)
        })
    }

Error:(26, 17) Kotlin: Type mismatch: inferred type is kotlin.String but kotlin.Pair<kotlin.String, *> was expected

from klaxon.

fboldog avatar fboldog commented on June 12, 2024

just write in this style:

        val logic = json {
            array(listOf(1,2,3).map {
                obj(it.toString() to it)
            })
        }

, but apart from this @cbeust can you publish 0.20 into jcenter? (it's contains latest fixes for kotlin beta 2423)

from klaxon.

cbeust avatar cbeust commented on June 12, 2024

Yes, I'll publish 0.20 in the next few days.

Cédric

On Tue, Nov 24, 2015 at 3:32 AM, Ferenc Boldog [email protected]
wrote:

just write in this style:

    val logic = json {
        array(listOf(1,2,3).map {
            obj(it.toString() to it)
        })
    }

, but apart from this @cbeust https://github.com/cbeust can you publish
0.20 into jcenter? (it's contains latest (fixes)[fb68b04
https://github.com/cbeust/klaxon/commit/fb68b049409c9d47fc67e5ee6053464b113b32e9]
for kotlin beta 2423)


Reply to this email directly or view it on GitHub
#18 (comment).

from klaxon.

fboldog avatar fboldog commented on June 12, 2024

👍

from klaxon.

cbeust avatar cbeust commented on June 12, 2024

0.20 is now on JCenter.

from klaxon.

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.