JAYSON
JAYSON copied to clipboard
How often is it necessary to create JAYSON objects?
Open Tests.swift and look at func testBuild().
I understand that root element should be JAYSON but is it always necessary to call JAYSON(JAYSON(JAYSON(...))) instead of inner Swift literals?
For example, could you explain the difference between j["tree1"] = JAYSON(["index" : "myvalue"]) and j["tree1"] = ["index" : "myvalue"]?
Thank you.
I understand that root element should be JAYSON
Yes, that's right.
but, The following objects do not need to be wrapped in JAYSON.
JAYSON
JAYSONWritableType