gigebyte / cookies

Automatically exported from code.google.com/p/cookies
0 stars 0 forks source link

Allow more type flexibility when JSON API is misisng #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What behaviors would you like to see added, changed, or removed?
  I would like to see numbers (at a minimum) be settable to a cooke and returned as string when the 
JSON API is missing.  As is, ONLY a string can be set without the API but JS 
allows more flexibility 
than this, so the library should as well.

Do you have any objective justification for this?  If your justification is
only subjective, can you convince me?
  JS has flexible types

Additional info:

Original issue reported on code.google.com by auldrid...@gmail.com on 8 Feb 2010 at 2:43

GoogleCodeExporter commented 9 years ago
Issue 27 has been merged into this issue.

Original comment by auldrid...@gmail.com on 3 Jun 2010 at 12:49

GoogleCodeExporter commented 9 years ago
This should be fixed with r76 and r80. I am now using jQuery style dataAttr() 
parsing

Original comment by auldrid...@gmail.com on 27 Jan 2011 at 5:14