Added untokenizing code.#2
Conversation
There was a problem hiding this comment.
Hmm just a quick one (I should have done this earlier :) ). Can you add comments to this method as well - I wasnt sure of the purpose of the untokenizing. Is it so that if you have a plist stream then the start of the next plist object can be reliably obtained later on?
|
The |
|
Hey sorry for the confusion mate. Can you give me an example on how you would use it? |
|
Ideally something explaining the API in the readme would be great for other users too :) |
|
OK. Just realize the original code was a mess, and that when I actually modify the project I can do a better job. The new code makes sure that every time a value is returned (to a dict or a list) it uses the Also, is there a reason to ever return token instead of strings? |
Added code to untokenize the resulting parsed values, so that they are converted to proper strings.