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: andery119/json4lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: craigmj/json4lua
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.
  • 13 commits
  • 3 files changed
  • 6 contributors

Commits on May 30, 2017

  1. Update json.lua

    changangela authored May 30, 2017
    Copy the full SHA
    2701d3a View commit details
  2. Merge pull request craigmj#20 from changangela/patch-1

    Update json.lua to handle null entries in arrays.
    craigmj authored May 30, 2017
    Copy the full SHA
    3fe84f7 View commit details

Commits on Jul 27, 2017

  1. Copy the full SHA
    0b5f755 View commit details

Commits on Oct 10, 2017

  1. Copy the full SHA
    da7a9a4 View commit details
  2. Merge pull request craigmj#22 from lucas59356/master

    Fixed syntax error in json example
    craigmj authored Oct 10, 2017
    Copy the full SHA
    b9cad05 View commit details

Commits on Oct 26, 2017

  1. Updating deprecated call resulting in error

    From Lua 5.2 reference manual:  Function loadstring is deprecated. Use load instead; it now accepts string arguments and are exactly equivalent to loadstring.
    NataliaDiaz authored Oct 26, 2017
    Copy the full SHA
    ec7e515 View commit details

Commits on Oct 27, 2017

  1. Merge pull request craigmj#23 from NataliaDiaz/patch-1

    Updating deprecated call resulting in error
    craigmj authored Oct 27, 2017
    Copy the full SHA
    3f9db31 View commit details

Commits on Nov 7, 2017

  1. Merge pull request craigmj#21 from changangela/patch-1

    Fixed ipairs issue with array indices
    craigmj authored Nov 7, 2017
    Copy the full SHA
    d10400a View commit details
  2. Copy the full SHA
    81cac2d View commit details
  3. Merge pull request craigmj#24 from ReactiioN1337/master

    🐛 fixed decoding example (attempt to index global 'o' (a nil value))
    craigmj authored Nov 7, 2017
    Copy the full SHA
    c879400 View commit details

Commits on Aug 16, 2019

  1. Update rpc.lua

    bvisonl authored Aug 16, 2019
    Copy the full SHA
    8018444 View commit details

Commits on Aug 24, 2019

  1. Merge pull request craigmj#25 from bvisonl/master

    Update rpc.lua to include the jsonrpc = "2.0" property
    craigmj authored Aug 24, 2019
    Copy the full SHA
    37b09f7 View commit details

Commits on Oct 2, 2024

  1. set_plugin_info call

    craigmj committed Oct 2, 2024
    Copy the full SHA
    a0da807 View commit details
Loading