creating yaml without tags using pyyaml

S

Stephen Moore

hello

I have a situation where I have quite a large python object which I
want to convert to yaml so I can then send it to a flex application
using pyamf.

I've managed to create a yaml document using the python object
(http://flashbsm.googlecode.com/svn/testing/yamlTest/tester.yaml)
(using pyyaml)

however when I send the result of decoding the python object to yaml
to the flex app, the flex app complains about expecting a block end,
but not getting one.

I have come to the conclusion that this is the fault of the tags (for
example, !!python/tuple) as getting rid of them gets rid of the
errors.

So I'm wondering if there is an option to YAML.decode that will create
a yaml document without the tags?

Thankyou

Regards
Stephen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top