Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miloyip/json-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arksha/json-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 78 files changed
  • 1 contributor

Commits on Jan 19, 2017

  1. modify LEPT_PARSE_ROOT_NOT_SINGULAR to pass test, handle last part bl…

    …ank and extra json,
    
    add parse_true test and parse_false unit test,
    add parse_true function and parse_false function
    arksha committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4c4eeeb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. 1.refactor lept_parse_true, lept_parse_false, lept_parse_null to lept…

    …_parse_literal
    
    2.add test of subnormal of double number
    3.verify more number cases to pase
    4.handle over range numbers
    arksha committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    fa8257a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. 1.refactored lept_parse_number with one pointer

    	add two macro ISDIGIT and ISDIGIT1TO9
    	changed strtod para to NULL
    arksha committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    cf8c8da View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. 1.implement test_access_boolean,test_access_number

    2.implement lept_get_boolean, lept_set_boolean, lept_get_number, lept_set_number
    3.parse string,complete lept_parse_string
    4.solved invalid string
    arksha committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    2b57ce4 View commit details
    Browse the repository at this point in the history
  2. 1.implement lept_parse_hex4, lept_encode_utf8

    2.handled surrogate pair in case 'u'
    arksha committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    10a413b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. add parse array part

    1. add test_parse_array to test.c
    2. handle white space in lept_parse_array
    3. handle memory leak by adding case to lept_free, recursively free element in array
    4. deal with memory when parse is not successful, use break instead of return error. Pop and free values on the stack
    arksha committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    cbe674a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. finish tutorial 6

    arksha committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    df9bd0e View commit details
    Browse the repository at this point in the history
Loading