I've tried defining EXTJSON_SBJSON by setting my project's Other C Flags:
-DEXTJSON_SBJSON
It doesn't work: TTURLJSONResponse still uses YAJL.
I've tried defining EXTJSON_SBJSON by setting my project's Other C Flags:
-DEXTJSON_SBJSON
It doesn't work: TTURLJSONResponse still uses YAJL.
Copyright © 2021 Jogjafile Inc.
I'm not sure that the Three20 library is abstracted that far. Changing a flag isn't going to change the code that's written to use the YAJL parser. The SBJSON and YAJL parsers are completely different in terms of use. You'll have to rewrite the parts of Three20 that use YAJL to use SBJSON instead.