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: debuggerx01/JSONFormat4Flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: debuggerx01/JSONFormat4Flutter
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.
  • 8 commits
  • 19 files changed
  • 1 contributor

Commits on Jul 7, 2019

  1. Merge pull request #25 from debuggerx01/dev

    merge dev to master
    debuggerx01 authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d02a760 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. 修复issue#28,当顶层级为数组时解析错误;

    移除new关键字;
    some fix;
    版本号更新为0.8
    debuggerx01 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    be0789b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3897c51 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Fix list with string (#31)

    * fix: ["some", "string"] will be encode to [some, string]
    
    * return null if input json string is '', 'null' or null.
    
    * Revert "return null if input json string is '', 'null' or null."
    
    This reverts commit bbb8ce1
    
    * update
    debuggerx01 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    14682b7 View commit details
    Browse the repository at this point in the history
  2. Fix null json string (#32)

    * fix: ["some", "string"] will be encode to [some, string]
    
    * return null if input json string is '', 'null' or null.
    debuggerx01 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    a0fdc24 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Null safety (#33)

    * update
    
    * migrate to null safety.
    
    * migrate to null safety.
    debuggerx01 authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ca95ab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. update

    debuggerx01 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    005279d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Update README.md

    debuggerx01 authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5b24ca4 View commit details
    Browse the repository at this point in the history
Loading