Commit Graph

  • cecc7c9b71
    Merge 792bacb2c7 into 025cdde5f2 #18 DavidKorczynski 2024-05-11 00:28:03 +0100
  • 792bacb2c7 cleanup #18 David Korczynski 2024-05-10 16:33:10 -0700
  • b691ff34ff Add ClusterFuzzLite workflow David Korczynski 2024-05-10 16:30:01 -0700
  • 20e9eb7680
    Merge dbf7eb5180 into 025cdde5f2 #17 b4yuan 2023-10-30 05:55:34 -0700
  • dbf7eb5180 Add CodeQL Workflow for Code Security Analysis #17 Brian 2023-10-29 15:36:33 -0400
  • 97a7b98852
    Merge 80f5050b0a into 025cdde5f2 #16 Hossein.M 2023-10-25 12:28:17 +0330
  • 80f5050b0a feat: add new JsonType and function #16 Hossein.M 2023-10-25 12:24:56 +0330
  • 1f0a277963 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-20 01:14:53 -0400
  • 099b5e1ea6 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-18 17:17:39 -0400
  • 2af9dbad9a Add CodeQL Workflow for Code Security Analysis Brian 2023-10-11 21:09:27 -0400
  • 6c6b490f94
    Merge 277ca31477 into 025cdde5f2 #15 Jeff Mathews 2023-02-10 23:26:01 +0100
  • 277ca31477 support for json_ObjectsToJSON (reverse action of json_createWithPool) #15 Jeff Mathews 2023-02-10 15:25:56 -0700
  • be4772ea70
    handle getProperty where obj is JSON_NULL Jeff Mathews 2022-07-08 16:33:12 -0600
  • 6fcbc470e6
    Update tiny-json.c Jeff Mathews 2022-07-07 20:45:40 -0600
  • 025cdde5f2
    Merge pull request #14 from void256/master master Rafa García 2021-06-18 22:42:25 +0200
  • 6aa1f3bf5b fix typos and improve readability of the README.md #14 void256 2021-06-09 00:12:46 +0200
  • 3d91fc49dc
    Merge pull request #12 from ibortolazzi/remove-atoll Rafa García 2021-04-21 01:12:59 +0200
  • 6664de5f23 Moved the MAX_PROPERTY_SIZE define to the tiny-json.h file #13 Ignacio Bortolazzi 2021-04-18 10:44:25 +0200
  • cdaeed5c56 removed strlen also because it to the same problems of strcmp and changed to strnlen Ignacio Bortolazzi 2021-04-18 09:51:59 +0200
  • 6a3c3cb437 Merge branch 'remove-strcmp' of https://github.com/ibortolazzi/tiny-json into remove-strcmp Ignacio Bortolazzi 2021-04-17 12:11:49 +0200
  • 326ea272e5 Removed strcmp and replaced with strncmp to prevent buffer overruns. This forced the definition of a MAX_PROPERTY_SIZE arbitrarily chosen of 64 Ignacio Bortolazzi 2021-04-17 12:08:08 +0200
  • 847177d9f9 Removed strcmp and replaced with strncmp to prevent buffer overruns. This forced the definition of a MAX_PROPERTY_SIZE arbitrarily chosen of 64 Ignacio Bortolazzi 2021-04-17 12:08:08 +0200
  • 7b52f29410 Added {} to all ifs, fors, and whiles Ignacio Bortolazzi 2021-04-17 11:48:24 +0200
  • fb133639d9 Removed inline returns and cases. Ignacio Bortolazzi 2021-03-02 19:48:06 +0100
  • e27abb714a Remove atoll and atof to avoid cert-c violations #12 Ignacio Bortolazzi 2021-03-02 19:37:16 +0100
  • 6eb4a6c072
    Update README.md Rafa García 2021-02-06 16:54:14 +0100
  • 08a32cacbd
    Merge pull request #9 from namazso/array Rafa García 2021-02-03 11:20:09 +0100
  • 4f65c9598a
    Merge pull request #10 from namazso/doxygen-fixes Rafa García 2021-02-03 11:18:40 +0100
  • 4c00c836d5
    Merge pull request #11 from namazso/cpp-example Rafa García 2021-02-03 11:17:13 +0100
  • e84f6fc83c forgot this one #10 namazso 2020-12-01 23:28:29 +0100
  • 604df6d7ad add a non-compiled c++ version of example #3 #11 namazso 2020-12-01 21:40:04 +0100
  • 985722a3c3 fix doxygen problems namazso 2020-12-01 21:32:15 +0100
  • 46e9fb710e allow arrays be root objects #9 namazso 2020-12-01 21:31:24 +0100
  • 1c62646c71
    Merge pull request #8 from jesko42/fix_vs_warnings Rafa García 2020-04-17 23:03:00 +0200
  • 4007925344 Merge branch 'fix_vs_warnings' of github.com:jesko42/tiny-json into fix_vs_warnings #8 Jesko (Cetus) 2020-03-28 19:40:53 +0100
  • 68f36c736f tiny-json.c(84): warning C4204: Nicht dem Standard entsprechende Erweiterung: Initialisierung für zusammengesetzten Typ ist keine Konstante tiny-json.c(296): warning C4244: "Initialisierung": Konvertierung von "__int64" in "const unsigned int", möglicher Datenverlust Jesko (Cetus) 2020-03-28 19:35:44 +0100
  • 72f015286d tiny-json.c(84): warning C4204: Nicht dem Standard entsprechende Erweiterung: Initialisierung für zusammengesetzten Typ ist keine Konstante tiny-json.c(296): warning C4244: "Initialisierung": Konvertierung von "__int64" in "const unsigned int", möglicher Datenverlust Jesko (Cetus) 2020-03-28 19:35:44 +0100
  • 1fe46ee557
    Merge pull request #7 from AlamyLiu/fix_from_Alamy Rafa García 2020-03-14 00:55:26 +0100
  • bc67e17024 Fix ArmClang compiling error: isdigit() #7 Alamy Liu 2020-02-28 13:50:15 -0800
  • 6d3025be56 Allow escape/special character in string #6 Alamy Liu 2020-02-27 12:01:25 -0800
  • fdb66f1037
    Update FUNDING.yml Rafa García 2020-02-01 23:52:38 +0100
  • d88e5c8b5b
    Create FUNDING.yml Rafa García 2020-02-01 23:51:55 +0100
  • c5bedcc136
    Update README.md Rafa García 2019-07-06 01:46:12 +0200
  • 58200fff5c folder refactor rafagafe 2019-03-28 01:24:37 +0100
  • 93f3b61eb0
    Merge pull request #5 from jurgen178/jurgen178-patch-1 Rafa García 2018-12-28 22:54:18 +0100
  • f59ab0a051
    Update tiny-json.h #5 Jürgen Eidt 2018-12-26 13:05:35 -0800
  • 1d599e855b
    Update tiny-json.c Jürgen Eidt 2018-12-26 13:03:45 -0800
  • 34eb191ba0
    Create CODE_OF_CONDUCT.md Rafa García 2018-11-30 16:19:59 +0100
  • 8a225f7ac1 Workaround makefile rafagafe 2018-11-17 01:21:12 +0100
  • 03ca43a55f Workaround makefile rafagafe 2018-11-15 01:08:21 +0100
  • a087bcabb5 Remove GNU extensions and some refactors are made. rafagafe 2018-11-15 00:43:30 +0100
  • 2b1bdd791d
    Merge pull request #4 from themiron/master Rafa García 2018-11-12 12:50:48 +0100
  • b3804dcf50 Implement custom pool API #4 Vladislav Grishenko 2018-11-10 23:37:33 +0500
  • 9052ef2473 Use standard library. rafagafe 2018-09-24 00:42:03 +0200
  • 6eb10abcb3
    Update README.md rafagafe 2018-09-19 00:44:55 +0200
  • d03d55013f Merge branch 'master' of https://github.com/rafagafe/tiny-json rafagafe 2018-09-01 01:25:18 +0200
  • 555eeeee15 Fix license date and refactor test. rafagafe 2018-09-01 01:25:10 +0200
  • 2876ec9636
    Add build status to readme file rafagafe 2018-08-29 18:32:26 +0200
  • 4333bf4489 Set C99 compile flag rafagafe 2018-08-29 18:24:34 +0200
  • 35a79f7d67 Add travis yml rafagafe 2018-08-29 18:20:27 +0200
  • e9026cf18e
    Delete README-FIX.md rafagafe 2018-08-29 17:57:36 +0200
  • e9dff44aaa
    Create license rafagafe 2018-08-29 17:55:04 +0200
  • 22b6651a30 License banners workaround rafagafe 2018-08-29 17:53:04 +0200
  • 65a8d22861 A unused function is removed. rafagafe 2018-05-14 13:01:35 +0200
  • af3ee3adfe The warning all flag is added. rafagafe 2018-05-14 13:01:12 +0200
  • dbb92f7c14
    Merge pull request #3 from PetersSharp/master rafagafe 2018-05-14 12:55:49 +0200
  • dc69989b99
    update warnings about differ in signedness #3 PetersSharp 2018-05-14 02:32:02 +0300
  • 848cf48c08 Update read me file rafagafe 2018-05-13 23:12:38 +0200
  • 5381e5027b Fix non-english characters rafagafe 2018-05-12 19:26:50 +0200
  • b1d8a0cbd6
    Merge pull request #2 from PetersSharp/master rafagafe 2018-04-28 01:31:49 +0200
  • 421fbd3501
    update warning unnamed structs/unions #2 PetersSharp 2018-04-26 13:47:54 +0300
  • 2e98dd7e63
    Merge pull request #1 from vanjoe/master rafagafe 2018-04-10 22:29:50 +0200
  • a2fdcc20e0 speed up large arrays #1 Joel Vandergriendt 2018-03-29 13:33:54 -0700
  • 2f6c919986 speed up large arrays Joel Vandergriendt 2018-03-29 13:33:51 -0700
  • 210935cb44 Refactor comments. rafagafe 2017-06-07 13:37:55 +0200
  • f48dd80a50 Added header to tests file. rafagafe 2017-05-20 00:46:04 +0200
  • 529f854675 Remove magic numbers. rafagafe 2017-05-20 00:21:27 +0200
  • e628e40f01 Update README rafagafe 2017-04-06 14:40:31 +0200
  • cac8c847b7 Refactor rafagafe 2017-04-05 09:43:01 +0200
  • 4b5187975e More tests are added. rafagafe 2017-04-05 09:10:24 +0200
  • ee1fc22090 Merge branch 'master' of https://github.com/rafagafe/tiny-json rafagafe 2017-04-05 02:27:05 +0200
  • 03665370ba More tests are added. rafagafe 2017-04-05 02:25:45 +0200
  • 37937178bc Defensive programming is added. rafagafe 2017-04-05 02:25:17 +0200
  • 96f1bf5649 Update README.md rafagafe 2017-04-04 02:03:07 +0200
  • f77812a288 More tests are added. rafagafe 2017-04-04 01:38:06 +0200
  • 6b22d08c90 Refactor rafagafe 2017-04-04 01:37:49 +0200
  • baf48cb37b Remove unnecessary JSON type. rafagafe 2017-04-03 23:22:15 +0200
  • 2fc47a5ab5 Create new method to get text values. rafagafe 2017-04-03 10:12:11 +0200
  • 348fd58242 Added unit test. rafagafe 2017-04-03 02:43:31 +0200
  • 2a9f5ccd75 Refactor dump function identifier. rafagafe 2017-04-03 02:42:52 +0200
  • e11cf572ef Refactor examples rafagafe 2017-04-02 03:45:59 +0200
  • a5402595cb Update README. rafagafe 2017-04-02 03:39:38 +0200
  • 6935d1fdc3 Fix empty string as input. rafagafe 2017-03-20 02:36:26 +0100
  • 7afe260b8d Fix license text rafagafe 2017-01-20 14:51:52 +0100
  • b1bf48bde9 Refactor example 1 rafagafe 2016-10-27 23:46:51 +0200
  • 1b45cf9fb8 refactor rafagafe 2016-10-20 17:17:35 +0200
  • 96f2885c90 Header files refactor. rafagafe 2016-10-20 16:45:06 +0200
  • db300df41b Readme file is updated. rafagafe 2016-10-19 01:27:31 +0200
  • 2214e2578a Float point support is added. rafagafe 2016-10-19 01:17:01 +0200
  • 27ea70d9cc The example files are renamed. rafagafe 2016-10-19 01:16:30 +0200