Coder Social home page Coder Social logo

Comments (8)

dfmarulanda avatar dfmarulanda commented on May 25, 2024

Yes, i couldnt configure it..lol

from alamofire-swiftyjson.

violabg avatar violabg commented on May 25, 2024

plus one

from alamofire-swiftyjson.

nicolaslopezj avatar nicolaslopezj commented on May 25, 2024

please!

from alamofire-swiftyjson.

LukeTangPL avatar LukeTangPL commented on May 25, 2024

After speedup the SwiftJSON's initialization, It's unnecessary to run the SwiftJSON's initialization in the child thread.

DONT USE Alamofire-SwiftyJSON anymore!

Try this

var myJSON: SwiftyJSON.JSON?
Alamofire.request(.GET, "http://httpbin.org/get")
         .responseJSON { (_, _, object, _) in
          //convert to SwiftJSON
          myJSON = SwiftyJSON.JSON(object: object)
         }

from alamofire-swiftyjson.

drn avatar drn commented on May 25, 2024

@tangplin - Does this mean that this project is now deprecated? I spent a little while trying to use the project and didn't realize that this is no longer necessary until I saw this thread. Can the project description / README be updated to note that this no longer needs to be used? Thanks!

from alamofire-swiftyjson.

funky-monkey avatar funky-monkey commented on May 25, 2024

I'm wondering the same thing.
Can you please update your README to reflect those changes?

from alamofire-swiftyjson.

briancline avatar briancline commented on May 25, 2024

Wondering the same thing... would be nice if the readme was up to date.

from alamofire-swiftyjson.

frantzmiccoli avatar frantzmiccoli commented on May 25, 2024

+1 for an update of the Readme

from alamofire-swiftyjson.

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.