ios - Is it right about JSON -


i have question kniloptions , nsjsonreadingmutablecontainers. thank have same function. because kniloptions equal 0 , nsjsonreadingmutablecontainers too.

is right?

nsdictionary * dict = [nsjsonserialization jsonobjectwithdata:data options:kniloptions error:nil]; 

// nsjsonreadingmutablecontainers equal kniloptions

here's definition of nsjsonreadingmutablecontainers:

nsjsonreadingmutablecontainers = (1ul << 0), 

so nsjsonreadingmutablecontainers defined 1, not 0. not have same value kniloptions.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -