1. 26 10月, 2015 1 次提交
    • M
      Fix format problem with empty objects · 9cc37a28
      Max Bruckner 提交于
      When printing empty objects, the closing curly brace was missing one
      indentation level.
      
      Example from the output of test_utils:
      
      BEFORE FIX:
      {
      	"foo":	"bar",
      	"child":	{
      		"grandchild":	{
      	}
      	}
      }
      
      AFTER FIX:
      {
      	"foo":	"bar",
      	"child":	{
      		"grandchild":	{
      		}
      	}
      }
      9cc37a28
  2. 16 10月, 2015 1 次提交
  3. 02 10月, 2015 1 次提交
  4. 01 10月, 2015 1 次提交
    • L
      Handle invalid numbers · e4b96fa8
      Linus Wallgren 提交于
      Previously cJSON generated invalid JSON when a number was infinite or
      similar. This patch changes the behaviour to match javascript, that is
      to render such a number as null.
      e4b96fa8
  5. 15 9月, 2015 1 次提交
  6. 15 6月, 2015 1 次提交
  7. 14 2月, 2015 1 次提交
  8. 11 2月, 2015 2 次提交
  9. 10 2月, 2015 5 次提交
  10. 30 1月, 2015 1 次提交
  11. 19 8月, 2013 1 次提交
  12. 14 8月, 2013 2 次提交
  13. 09 2月, 2013 1 次提交
  14. 06 2月, 2013 8 次提交
  15. 10 10月, 2011 2 次提交
  16. 22 8月, 2011 1 次提交
  17. 15 3月, 2011 1 次提交
  18. 08 3月, 2011 1 次提交
  19. 03 3月, 2011 5 次提交
  20. 18 2月, 2010 1 次提交
  21. 14 2月, 2010 1 次提交
  22. 13 2月, 2010 1 次提交