resumejson 0.1.0
resumejson: ^0.1.0 copied to clipboard
Reference Dart type library for the ResumeJSON structured resume format. Immutable data classes with JSON-LD serialization. Zero external dependencies.
0.1.0 #
- Initial release of
package:resumejson. - Implements ResumeJSON Specification v0.1.0.
- 15 immutable data classes with
constconstructors,copyWith(),fromJson()/toJson(), and value equality. - 10 Dart enums for all constrained string fields.
- Full JSON-LD serialization with
@context,@type, andresumejson:namespace keys. - Zero external dependencies.