1 रिपॉजिटरी
Serializes structured data into Python literal syntax for direct use in Python code.
Distinct from Python Serialization Libraries: Distinct from Python Serialization Libraries: focuses on literal syntax output rather than general object serialization.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Python Literal Serializers. Refine with filters or upvote what's useful.
Jsonnet is a structured configuration generation language that extends JSON with variables, conditionals, and object-oriented features to create reusable templates. It is designed to eliminate duplication in configuration data by providing a data templating language that can produce structured output from concise, programmable templates. The language distinguishes itself through an object-oriented inheritance model that allows field override, mixin composition, and self-referencing for modular configuration reuse. It supports lazy evaluation with thunks to defer computation until values are f
Serializes structured data into Python literal syntax using a built-in manifest function.