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: opensourcecobol/opensource-cobol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: opensourcecobol/opensource-cobol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/JSON_support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 19, 2019

  1. Merge tag 'v1.5.2J' into develop

    v1.5.2J
    n-isaka committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4cf28db View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. (feat) JSON Support

    Implemented JSON function, like environment valiables function.
    DISPLAY JSON-NAME : Specify the name of JSON structure.
    DISPLAY JSON-KEY : Register period separated key names.
    ACCEPT JSON-VALUE: Gets the value specified by JSON-KEY from JSON-NAME data.
    n-isaka committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    2235da9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. (feat) jansson option in configure.ac

    update configure file for jansson support.
    n-isaka committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    005bd67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d7960 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. add(libcob): Create new JSON functions

    Separated JSON functions from common.c and created a new files json.c and json.h.
    I created a new function to useing JSON objects.
      - get_type, get_key, get_object, get_arrlen
    In a COBOL program, JSON objects are held as POINTER type variables.
    n-isaka committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    1ae3cc1 View commit details
    Browse the repository at this point in the history
Loading