json_builder_pro 1.1.1 copy "json_builder_pro: ^1.1.1" to clipboard
json_builder_pro: ^1.1.1 copied to clipboard

A Dart package for programmatically constructing and manipulating complex JSON structures.

1.1.1 #

  • Features:

    • Initial implementation of a tree-based JSON builder.
    • Support for building JSON objects, arrays, strings, numbers, booleans, and nulls.
    • Generates formatted JSON string output with configurable indentation.
  • Refinements:

    • Updated pubspec.yaml with comprehensive metadata (description, homepage, repository, version).
    • Added detailed documentation comments (///) to all public APIs for improved usability and clarity.
    • Ensured code consistency and adherence to Dart style guidelines using dart format.
    • Resolved all static analysis issues reported by dart analyze.
    • Initialized Git repository and made an initial commit for version control.
  • Bug Fixes:

    • Corrected toJSONString output formatting for JSONObjectNode and JSONArrayNode to ensure proper newlines and indentation.

1.0.0 #

  • Initial version.
1
likes
150
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for programmatically constructing and manipulating complex JSON structures.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on json_builder_pro