Skip to content

Requirements for v1.0 #7

@damphat

Description

@damphat

json5 should have the same API as in dart:convert

How to move from json to json5?

  • option 1: search and replace:
    • jsonEncode => json5Encode
  • option 2: redefine the method
    • jsonEncode = json5Encode
    • jsonDecode = json5Decode

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions