Group
Extension

Matches 1

Rose-DB-Object ( J/JS/JSIRACUSA/Rose-DB-Object-0.822.tar.gz, JSIRACUSA, 2025; MetaCPAN )
Rose-DB-Object/lib/Rose/DB/Object/Helpers.pm ( view source; MetaCPAN )
s_json
       traverse_depth_first as_tree init_with_tree new_from_tree
       init_with_deflated_tree new_from_deflated_tree
       as_yaml new_from_yaml init_with_yaml
       as_json new_from_json i
nit_with_json
       init_with_column_value_pairs
       has_loaded_related strip forget_related
       dirty_columns) 
  ],

  # This exists for the benefit of the test suite
  all_noprereq =>
  [
  

  [
    '_json_object'
  ],
);

#
# Class methods
#

sub json_encoder
{
  my($class) = shift;

  my $json = $class->_json_object;

  unless(defined $json)
  {
    $json = $class->init_json_encoder;
 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.