json_craft 0.2.2 copy "json_craft: ^0.2.2" to clipboard
json_craft: ^0.2.2 copied to clipboard

JsonCraft - Powerful JSON template engine for Flutter/Dart with variable interpolation, smart conditionals, chainable formatters, and type preservation. Generate dynamic JSON with elegant pipe syntax [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_craft

With Flutter:

 $ flutter pub add json_craft

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_craft: ^0.2.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_craft/json_craft.dart';
1
likes
130
points
1.58k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

JsonCraft - Powerful JSON template engine for Flutter/Dart with variable interpolation, smart conditionals, chainable formatters, and type preservation. Generate dynamic JSON with elegant pipe syntax and extensible formatter architecture.

Homepage
Repository (GitHub)

License

MIT (license)

More

Packages that depend on json_craft