Commit Graph

  • f229208280 Check for empty input master Timothy Warren 2021-04-16 23:04:57 -0400
  • a6d6d1a36c Add another test Timothy Warren 2021-04-16 22:48:55 -0400
  • f3a584d11e Exclude inline tests from coverage Timothy Warren 2021-04-16 22:38:42 -0400
  • 90a7767775 Fix build? Timothy Warren 2021-04-16 22:30:23 -0400
  • 12924f2f69 Fix build? Timothy Warren 2021-04-16 22:24:25 -0400
  • e4c95cf2a3 Improve docs Timothy Warren 2020-02-20 15:30:06 -0500
  • 6fa2f100b4 Add code coverage to Jenkins Timothy Warren 2020-02-20 13:08:13 -0500
  • cefaa86ded Use TryFrom trait instead of From trait for type conversions from JSONValue Timothy Warren 2020-02-12 13:33:20 -0500
  • fe19b61803 More documentation Timothy Warren 2020-02-12 12:14:15 -0500
  • d93fa28630 Add some more documentation Timothy Warren 2020-02-12 11:38:37 -0500
  • 05e6e53cfb Add integration tests Timothy Warren 2020-02-12 11:22:16 -0500
  • 9af3bd629c Add more error checking Timothy Warren 2020-02-12 11:22:02 -0500
  • da888b743b Attempt to automate tests with Jenkins take 2 Timothy Warren 2020-02-12 09:58:54 -0500
  • d512cd10c2 Attempt to automate tests with Jenkins Timothy Warren 2020-02-12 09:54:14 -0500
  • 41a33ba66f Use the magic of the 'From' trait Timothy Warren 2020-02-12 09:12:00 -0500
  • 97bfd16b32 Fun with traits for better ergonomics of the JSONValue Enum Timothy Warren 2020-02-11 19:12:01 -0500
  • a4cb3f9b0e Formatting gixes Timothy Warren 2020-02-11 16:42:33 -0500
  • 6bfa7e53bf More tests, fix another bug Timothy Warren 2020-02-11 16:18:37 -0500
  • 695219de02 Use a macro to cut down on the if statement boilerplate Timothy Warren 2020-02-11 14:06:08 -0500
  • a3b16acb13 Merge branch 'master' of git.timshomepage.net:timw4mail/json-parser Timothy Warren 2020-02-11 10:58:03 -0500
  • e4070abd40 Less clever, lazy evaluation of parser method chain Timothy Warren 2020-02-11 10:57:48 -0500
  • d94aaf2fc4 Add readme Timothy Warren 2020-02-10 19:34:27 -0500
  • ecb3e231ee Simplify test calls, autoformat Timothy Warren 2020-02-10 19:29:24 -0500
  • a2ecaef5ee Fix it! Accursed whitespace! Timothy Warren 2020-02-10 15:34:10 -0500
  • 5ab5dd2e1b More tests Timothy Warren 2020-02-10 15:16:46 -0500
  • 45e888291c Closer to parsing the json string Timothy Warren 2020-02-10 14:59:28 -0500
  • d87c2cf165 Fix number parser grabbing comma Timothy Warren 2020-02-10 14:10:48 -0500
  • a480e5a096 Make more tests pass...but still fail on the full JSON Timothy Warren 2020-02-10 12:26:54 -0500
  • b0c2eb7e08 Mostly done, parse_number needs some more work Timothy Warren 2020-02-07 23:51:49 -0500
  • 0993780c89 String parsing Timothy Warren 2020-02-07 22:55:09 -0500
  • 72c3eecf21 Sort of a working state Timothy Warren 2020-02-07 21:29:41 -0500
  • 7e49c40e98 Add comments Timothy Warren 2020-02-07 21:27:46 -0500
  • 7588f29cc9 Add some tests Timothy Warren 2020-02-07 20:01:10 -0500
  • 5e4e8c4356 First commit, still need to handle strings and numbers Timothy Warren 2020-02-07 16:23:51 -0500