django-rest-framework-recursive
Tree serializer
A package providing a RecursiveField to serialize complex tree-like data structures in Django REST framework
Recursive Serialization for Django REST framework
367 stars
7 watching
39 forks
Language: Python
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
wisertogether/django-remote-forms | A Django form serializer that converts forms into Python dictionaries for easy conversion to JSON and exposure over APIs. | 221 |
jpadilla/django-rest-framework-yaml | Provides YAML support for Django REST Framework to enable serializing and deserializing data in YAML format. | 32 |
django-treebeard/django-treebeard | Provides efficient tree data structures for Django web applications | 1,119 |
jpadilla/django-rest-framework-xml | XML serialization and deserialization support for Django REST Framework | 87 |
beda-software/drf-writable-nested | Provides a way to serialize Django models with nested data using Django REST Framework. | 1,077 |
brobin/drf-generators | Automates the creation of views, serializers, and URLs for Django Rest Framework applications. | 353 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
rsinger86/drf-flex-fields | Enables dynamic field expansion and selection in Django REST Framework serializers. | 740 |
gizmag/drf-ujson-renderer | A Django Rest Framework renderer using ujson to improve JSON serialization performance | 126 |
spellbook-technology/transmutation | A gem that provides a simple way to serialize Ruby objects into JSON with an opinionated approach to serializer lookup | 9 |
alanjds/drf-nested-routers | Provides tools for creating nested resources in Django Rest Framework APIs | 1,684 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |
tbeadle/django-rest-framework-link-header-pagination | Provides pagination using a Link HTTP header | 42 |
funkybob/django-nap | A lightweight API library for Django. | 224 |