Changeset 91 in bookmarks for trunk/lib/Bookmarks/Controller.pm
- Timestamp:
- 06/05/15 19:32:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Bookmarks/Controller.pm
r88 r91 143 143 144 144 if ($format eq 'json') { 145 my $json = decode_utf8(JSON->new->utf8->convert_blessed->encode($bookmark ));145 my $json = decode_utf8(JSON->new->utf8->convert_blessed->encode($bookmark->to_hashref)); 146 146 return [200, ['Content-Type' => 'application/json; charset=UTF-8', 'Last-Modified' => $last_modified], [$json]]; 147 147 } else {
Note: See TracChangeset
for help on using the changeset viewer.