blob: c3e679b8a3fe8a550f20fbda9432d10ae69d6fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Next release
============
Features
--------
- Custom objects can be made easily JSON-serializable in Pyramid by defining
a ``__json__`` method on the object's class. This method should return
values natively serializable by ``json.dumps`` (such as ints, lists,
dictionaries, strings, and so forth).
|