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: Neradoc/Adafruit_CircuitPython_JSON_Stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_JSON_Stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 26, 2025

  1. Fix iter issues

    justmobilize committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    18843b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    1b47d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f333823 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Cleanup return_object

    justmobilize committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    fd5d8a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. better docstring

    justmobilize committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    42e7851 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    b71c722 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    9423603 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request adafruit#8 from Neradoc/fix-string-in-string

    Fix reading strings that contain quotes or open/closed brackets
    tannewt authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    d6d0ace View commit details
    Browse the repository at this point in the history
  2. iterator on objects

    Neradoc committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    3fdd10e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    f2ed1a1 View commit details
    Browse the repository at this point in the history
  2. Rework iteration to only retrieve the key, enable getting the value o…

    …f the current key.
    
    Use common active_key, fix finish(), etc.
    Rename example and use the key iteration.
    Additional tests.
    Neradoc committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    a2739d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Merge pull request adafruit#9 from Neradoc/iterator-on-objects

    Iterator on JSON objects
    tannewt authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f9f0242 View commit details
    Browse the repository at this point in the history
Loading